/* ============================================================
   FONTS — Neobrutal Design System
   Three open-source families, all available on Google Fonts:
   - Lexend     → Display & headings (geometric, hyper-legible)
   - Public Sans→ Body copy & UI labels (sturdy, readable)
   - Space Mono → Code, data, badges, eyebrows (retro-future mono)
   - Inter      → carried from the source Figma file (--font-family-font-2);
                  not used by the system's own type scale, loaded so the
                  stray token resolves to the real face.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800;900&family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Space+Mono:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap');
