/* Local hub text fonts — self-hosted latin variable subsets (font-display: swap).
   Geist: @fontsource-variable/geist 5.3.0 (SIL OFL-1.1) — weights 100–900
   JetBrains Mono: @fontsource-variable/jetbrains-mono 5.3.0 (SIL OFL-1.1) — weights 100–800
   Family names match src/css/main.css --font-sans / --font-mono. */

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

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("/fonts/jetbrains-mono.woff2") format("woff2");
}
