/* Self-hosted variable fonts. No request to fonts.googleapis.com, so nothing
   render-blocking sits between the visitor and the headline. */
@font-face{
  font-family:"Big Shoulders Display";
  src:url("../fonts/BigShouldersDisplay-var.woff2") format("woff2-variations"),
      url("../fonts/BigShouldersDisplay-var.woff2") format("woff2");
  font-weight:400 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Archivo";
  src:url("../fonts/Archivo-var.woff2") format("woff2-variations"),
      url("../fonts/Archivo-var.woff2") format("woff2");
  font-weight:400 700;
  font-stretch:75% 125%;
  font-style:normal;
  font-display:swap;
}
