/* Self-hosted fonts (latin subsets, SIL OFL). No third-party font
   requests: this site is confidential and noindex.
   Archivo is a variable font (wght 400-800); the display face is the
   same family instanced at wdth 112 (semi-expanded), a deliberate
   middle cut. Google Fonts never served an "Archivo Expanded" family
   (the css2 request silently dropped it), so headings historically
   rendered normal-width Archivo; the true wdth 125 cut read as squat.
   112 keeps real display/body contrast without the squatness. */
@font-face{
  font-family:"Archivo";
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url("fonts/archivo-latin.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;
}
/* Google serves static per-weight instances when wdth is pinned, so
   the display face ships as two files (the site only uses 700/800). */
@font-face{
  font-family:"Archivo Expanded";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("fonts/archivo-expanded-700-latin.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:"Archivo Expanded";
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url("fonts/archivo-expanded-800-latin.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:"JetBrains Mono";
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url("fonts/jetbrains-mono-latin.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;
}
