/* TEMPORARY — see task.md "Fonts not self-hosted" note.
   Plan §5 requires self-hosting Newsreader + Public Sans as local woff2 files
   (no third-party requests, tighter CSP, no visitor IPs sent to Google).
   This build session had no outbound network access to fetch the font
   binaries, so the design system's own Google Fonts @import is used here
   as a stopgap. MUST be replaced with local @font-face + woff2 files in
   /fonts/ before Phase 7 (the CSP in nginx.conf already assumes self-hosted
   fonts and does NOT allowlist fonts.googleapis.com/fonts.gstatic.com —
   this @import will be blocked by that CSP until fonts are self-hosted or
   the CSP is temporarily loosened for local preview). */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,500&family=Public+Sans:wght@400;500;600;700&display=swap');
