/* Localized Google Font replacement */
@font-face {
  font-family: 'oswald';
  src: url('/fonts/Oswald-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


/* Franklin Gothic (theme-required) */
@font-face {
  font-family: 'FranklinGothicW01-No-2R';
  src: url('/fonts/FranklinGothicNo.2Roman-Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

