/* Self-hosted Geist and Geist Mono (SIL Open Font License, by Vercel).

   Variable weight axis (100–900) in a single file per family, subset to the
   Latin ranges the site uses. Served from this origin so the fonts arrive
   with the page instead of after a round trip to Google, and so no visitor
   data reaches a third party for a font. Regenerate with:

     pyftsubset Geist-Variable.woff2 --flavor=woff2 --layout-features='*' \
       --unicodes="U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2197,U+2212,U+2215,U+FEFF,U+FFFD"

   Font files come from the `geist` npm package. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/geist-mono-variable.woff2') format('woff2');
}
