:root{
--font-display:"Josefin Sans","Space Grotesk",system-ui,sans-serif;
--font-body:"Space Grotesk",system-ui,sans-serif;
--font-mono:"JetBrains Mono",ui-monospace,monospace;
/* Scale */
--text-hero:clamp(48px,7vw,88px); --text-h1:44px; --text-h2:32px; --text-h3:24px; --text-h4:18px;
--text-body-lg:17px; --text-body-md:15px; --text-body-sm:13px; --text-caption:12px; --text-micro:11px;
/* Data (mono) */
--text-data-lg:22px; --text-data-md:15px; --text-data-sm:13px;
/* Weights */
--weight-regular:400; --weight-medium:500; --weight-semibold:600; --weight-bold:700;
/* Leading + tracking */
--leading-tight:1.05; --leading-heading:1.15; --leading-body:1.55;
--tracking-display:-0.02em; --tracking-body:0; --tracking-label:0.08em; --tracking-stencil:0.14em;
}
