/* Self-hosted type system.
   system-ui everywhere is the single loudest "generated in an afternoon" tell,
   and it was what the whole site ran on. Three families, all SIL OFL, all
   subset to latin and served from our own origin — no Google Fonts request on
   page load, so no third-party round trip and nothing to break if they change
   a URL.

   Space Grotesk and IBM Plex Sans are VARIABLE fonts: one file spans the whole
   weight range, which is why there is no separate bold to download. */

@font-face{
  font-family:"Space Grotesk";
  src:url("/assets/fonts/space-grotesk-var.woff2") format("woff2-variations"),
      url("/assets/fonts/space-grotesk-var.woff2") format("woff2");
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"IBM Plex Sans";
  src:url("/assets/fonts/plex-sans-var.woff2") format("woff2-variations"),
      url("/assets/fonts/plex-sans-var.woff2") format("woff2");
  font-weight:100 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"JetBrains Mono";
  src:url("/assets/fonts/jetbrains-mono.woff2") format("woff2");
  font-weight:400 700; font-style:normal; font-display:swap;
}
