@font-face {
  font-display: swap;
  font-family: "SDZWAGTClassic";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Light.woff2") format("woff2"), url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SDZWAGTClassic";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Regular.woff2") format("woff2"), url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SDZWAGTClassic";
  font-style: normal;
  font-weight: 700;
  src: url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Bold.woff2") format("woff2"), url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "SDZWAGTClassic";
  font-style: normal;
  font-weight: 900;
  src: url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Black.woff2") format("woff2"), url("/themes/custom/park_stable/styles/Classic-Webfonts/GTClassicBetav3.2-Black.woff") format("woff");
}
a.button {
  display: inline-block;
  background-color: #215732;
  border-radius: 10px;
  box-sizing: border-box;
  width: 275px;
  padding: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  font-family: "SDZWAGTClassic", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 672px) {
  a.button {
    font-family: "SDZWAGTClassic", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 703px) {
  a.button {
    width: 100%;
  }
}
a.button:hover {
  color: #215732;
  background-color: transparent;
  border-color: #215732;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
a.button--secondary {
  color: #215732;
  background-color: transparent;
  border-color: #215732;
}
a.button--secondary:hover {
  color: #ffffff;
  background-color: #215732;
  border-color: transparent;
  text-decoration: none;
}
a.button--zoo {
  background-color: #6cb33f;
}
a.button--zoo:hover {
  color: #6cb33f;
  background-color: transparent;
  border-color: #6cb33f;
  text-decoration: none;
}
a.button--park {
  background-color: #e95d20;
}
a.button--park:hover {
  color: #e95d20;
  background-color: transparent;
  border-color: #e95d20;
  text-decoration: none;
}
/*# sourceMappingURL=button.css.map */
