/* fonts.css — typography stack (system Inter; no external font fetch). */
:root { --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif; }
body { font-family: var(--font); }
