/* @font-face {
    font-family: 'Work Sans Regular', Helvetica, sans-serif;
  } */
body,
h3,
p {
  font-family: 'Work Sans';
}
[data-theme='ameliorate'] .usp-banner {
  background-color: #f2f2f2;
}
[data-theme='ameliorate'] .strip-banner.stripBanner {
  background-color: #a2bac4;
  span {
    text-transform: none;
    color: #323e48;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  &:hover {
    color: #323e48;
    text-decoration: none;
    background-color: inherit;
  }
  &:focus {
    background-color: #323e48;
    text-decoration: underline;
    outline-offset: -4px;
    span {
      color: #ffffff;
    }
  }
}
[data-theme='ameliorate'] .footer-style {
  background: #fcfcfa;
}
[data-theme='ameliorate'] .override-font-weight {
  font-weight: 500;
}
