/* Privacy-friendly system font stack. No visitor data is sent to third-party font services. */
:root { --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif; }
body { font-family: var(--font-body); }
h1, h2, .brand strong, .hero h1, .page-hero h1 { font-family: var(--font-display); }

