/* Self-hosted Geist Sans + Geist Mono — vendored 2026-05-24 per sovereignty rule 1.
   See apps/web/static/fonts/geist/VERSION.txt for provenance.
   Consumed by apps/web/src/app.html (G-0 Task 13) and
   apps/trust/src/admin/views/layout.tsx (G-0 Task 14).

   Variable-weight woff2 files (axis: wght 100-900). One @font-face declaration
   per family. Filenames keep github.com/vercel/geist-font's `[wght]` bracket
   convention; CSS url() handles brackets via URL encoding (%5B / %5D). */

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

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