/* Boostili — Surge type stack. Self-hosted, latin subset only (French accents
   live in `latin`; latin-ext / cyrillic / greek / vietnamese are dropped).
   Arabic is served separately by noto-sans-arabic.css.

   Archivo   — display. The closest free match to the wordmark's heavy condensed
               grotesque. Requested on the weight AND width axes so headings can
               be compressed the way the logo is — but ROMAN only. The wordmark is
               oblique; the headings are not. Slanted display type is a reliable AI
               tell and is banned here; the logo's energy is carried by weight,
               condensed width, tight tracking and painted amber instead. The
               wordmark stays an image asset, where its slant belongs.
   Inter     — body. Strong French coverage, self-hosted so nothing third-party
               blocks first paint.
   JetBrains Mono — labels + every figure on the site. The data is the proof, so
               it is set like a meter readout.

   All self-hosted files already live in /fonts on the server (shared with the
   prior theme). This file only removes the retired theme name from the @font-face
   sheet so no served page references it. */

/* latin — variable weight (100..900) + width (62..125) */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(/fonts/archivo.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/fonts/inter.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;
}
/* latin */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/jetbrains-mono.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;
}
