/* No external font requests. Use robust local/system fallbacks. */
:root { --font-display: "Space Grotesk", Arial, "Helvetica Neue", sans-serif; --font-body: Inter, Arial, "Helvetica Neue", sans-serif; }
body { font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6,.hero h1,.section-heading h2,.beatport-copy h2 { font-family: var(--font-display); }
