/* ═══════════════════════════════════════════════════════════════════
   Codegraphs Fonts
   Served by Gateway at /common-static/css/fonts.css

   Primary: Inter (system-installed or self-hosted)
   Fallback: --font-sans stack defined in tokens.css

   Font stack: 'Inter', -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, sans-serif

   For air-gapped deployments, self-host Inter:
     1. Download woff2 from https://github.com/rsms/inter/releases
     2. Place in common_static/fonts/
     3. Add @font-face declarations below

   Example:
     @font-face {
       font-family: 'Inter';
       font-style: normal;
       font-weight: 400;
       src: url('../fonts/Inter-Regular.woff2') format('woff2');
     }
   ═══════════════════════════════════════════════════════════════════ */

/* No CDN imports — works fully offline.
   System fonts provide good rendering on all platforms.
   Uncomment @font-face blocks above when self-hosting Inter. */
