/**
 * Self-hosted GERS brand fonts (downloaded once from Google Fonts and served
 * locally so visitor requests never go to fonts.googleapis.com).
 */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('nunito-sans-variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('nunito-sans-italic-variable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('roboto-condensed-variable.woff2') format('woff2-variations');
}
