/* Self-hosted variable fonts, latin subset. No third-party request, no
   render-blocking call to fonts.googleapis.com, and no cookie banner problem.

   Two faces, each doing one job:

   Archivo carries every heading, button, eyebrow and number. It is a grotesque
   drawn for signage, and it has a width axis, so headlines can run slightly
   expanded at weight 900 and read like something painted on the side of a
   truck rather than like a default UI font.

   Figtree carries running text. It is humanist and open, which is what keeps a
   long service page readable on a phone in bright Florida sun.

   Neither is Inter, deliberately. Inter is the default of every template and
   every generated site, and this one should not look like either. */

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(/assets/fonts/archivo-var.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(/assets/fonts/figtree-var.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
