/* Arva Response shop overrides, loaded after custom.css */

:root {
  --response-primary: #f9e462;
  --response-primary-text: #4b4b4b;
}

/* Primary buttons */
.link-style-1,
.btn-primary,
input[name="printCMSPage"],
.gformbuilderpro_form .gformbuilderpro_action button,
.link-style-1:hover,
.btn-primary:hover,
.link-style-1:active:hover,
.btn-primary:active:hover,
input[name="printCMSPage"]:hover,
.gformbuilderpro_form .gformbuilderpro_action button:hover,
.link-style-1:active,
.link-style-1:focus,
.btn-primary:active,
.btn-primary:focus,
.link-style-1:active:focus,
.btn-primary:active:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  background: var(--response-primary);
  color: var(--response-primary-text);
}

/* Primary buttons typography */
.link-style-1,
.btn-primary,
input[name="printCMSPage"],
.gformbuilderpro_form .gformbuilderpro_action button {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
