/* Gantry self-hosted fonts — BUNDLED COPY of design-system/fonts/fonts.css.
   surfaces/www/ deploys standalone to Cloudflare Pages (no /ui/ alias), so it
   ships its own woff2s. `make ui-sync` does NOT cover these yet — if the DS
   fonts change, re-copy the woff2s + this file from design-system/fonts/.
   Paths are relative to this file. */
@font-face {
  font-family: "Geist";
  src: url("./Geist.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JetBrains Mono";
  src: url("./JetBrainsMono.woff2") format("woff2");
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}
/* Newsreader — editorial display serif (headings/display only, never body).
   Variable: wght 200..800, opsz 6..72 (latin subset, OFL). */
@font-face {
  font-family: "Newsreader";
  src: url("./Newsreader.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("./Newsreader-Italic.woff2") format("woff2");
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
