/* No Boring Sites — brand web fonts (latin, self-hosted variable woff2).
   One @font-face per family pointing at the single variable file, with the
   full weight axis declared so 400/500/600/700/900 render as TRUE instances,
   not faux-bold. The per-weight files are byte-identical clones of these, so
   loading them all wasted ~203 KB and still snapped to one cut — this is the
   fix. unicode-range pins the documented latin subset. */
@font-face{
  font-family:'Fraunces';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('./fonts/fraunces-900.woff2') format('woff2');
  unicode-range:U+0000-00FF;
}
@font-face{
  font-family:'Hanken Grotesk';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('./fonts/hanken-grotesk-400.woff2') format('woff2');
  unicode-range:U+0000-00FF;
}
@font-face{
  font-family:'JetBrains Mono';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url('./fonts/jetbrains-mono-400.woff2') format('woff2');
  unicode-range:U+0000-00FF;
}
