:root{
--font-sans:"Nunito Sans","Museo Sans","Helvetica Neue",Arial,sans-serif;
--font-display:var(--font-sans);
--font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

/* weights — the brand leans heavy: display uses 800/900, body 400/600 */
--weight-light:300;
--weight-regular:400;
--weight-semibold:600;
--weight-bold:700;
--weight-extrabold:800;
--weight-black:900;

/* size ramp (px, 1.25-ish major-third at the top, tightening down) */
--text-3xs:11px;
--text-2xs:12px;
--text-xs:13px;
--text-sm:14px;
--text-base:16px;
--text-md:18px;
--text-lg:20px;
--text-xl:24px;
--text-2xl:30px;
--text-3xl:38px;
--text-4xl:48px;
--text-5xl:60px;
--text-6xl:76px;
--text-7xl:96px;

--leading-tight:1.04;
--leading-snug:1.14;
--leading-heading:1.2;
--leading-normal:1.5;
--leading-relaxed:1.65;

--tracking-tightest:-.03em;
--tracking-tight:-.015em;
--tracking-normal:0;
--tracking-wide:.02em;
--tracking-caps:.14em; /* eyebrows / overlines are always tracked-out caps */

/* semantic roles */
--type-display-size:var(--text-6xl);
--type-display-weight:var(--weight-black);
--type-display-leading:var(--leading-tight);
--type-display-tracking:var(--tracking-tightest);

--type-h1-size:var(--text-4xl);
--type-h2-size:var(--text-3xl);
--type-h3-size:var(--text-2xl);
--type-h4-size:var(--text-xl);
--type-heading-weight:var(--weight-extrabold);

--type-lead-size:var(--text-md);
--type-lead-leading:var(--leading-relaxed);
--type-body-size:var(--text-base);
--type-body-leading:var(--leading-normal);
--type-small-size:var(--text-sm);
--type-eyebrow-size:var(--text-2xs);
--type-eyebrow-weight:var(--weight-bold);
--type-price-weight:var(--weight-black);
}
