:root{
--font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,monospace;
/* Scale */
--text-hero:clamp(2.5rem,5vw,4rem);
--text-h1:2.25rem;
--text-h2:1.5rem;
--text-h3:1.125rem;
--text-body-md:1rem;
--text-sm:0.875rem;
--text-caption:0.75rem;
/* Weights */
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
/* Composite roles */
--type-h1:700 2.25rem/1.15 var(--font-sans);
--type-h2:700 1.5rem/1.2 var(--font-sans);
--type-h3:700 1.125rem/1.3 var(--font-sans);
--type-body:400 1rem/1.5 var(--font-sans);
--type-label-caps:600 0.75rem/1.2 var(--font-sans);
--type-data:500 0.875rem/1.4 var(--font-mono);
--tracking-tight:-0.02em;
--tracking-caps:0.08em;
}
body{font:var(--type-body);color:var(--text-body);margin:0;-webkit-font-smoothing:antialiased}
