/*
 * Self-hosted variable fonts for init8.ai.
 *
 * S70 — @font-face declarations REMOVED. The S65 scaffold declared
 * `src: url("fonts/Manrope[wght].woff2") ...` so the browser fetched
 * the woff2 on every page load. Until the operator downloads the
 * actual files per `docs/website/fonts/README.md` (OFL license, one-
 * time download), every page loads with a 404 for both fonts. The
 * browser then falls back to the system stack defined in DESIGN.md
 * typography tokens — but the 404s spam DevTools + Cloudflare access
 * logs + cost a round-trip per page.
 *
 * Cleaner default: no @font-face declarations here at all. When the
 * operator commits the woff2 files, they re-introduce the declarations
 * (or this file is regenerated from `docs/website/fonts/README.md`'s
 * snippet). Until then, system fonts (Inter, system-ui, etc.) render
 * the page exactly as DESIGN.md's font-family stack falls back.
 *
 * Sources are intentionally local (no fonts.googleapis.com fetch) — see
 * docs/design/DESIGN.md §Migration Phase D for the rationale (privacy +
 * CSP tightening + offline first-paint).
 *
 * To restore self-hosted fonts:
 *   1. Operator downloads the .woff2 files per
 *      `docs/website/fonts/README.md`.
 *   2. Re-add the @font-face blocks (Manrope + JetBrains Mono) below.
 *   3. Commit both the binaries + this file as one PR.
 */
