:root{
--font-sans:"Figtree","Helvetica Neue",Arial,sans-serif; /* headings + UI */
--font-serif:"Forum",Georgia,"Times New Roman",serif; /* paragraphs */
--font-logo:"Satoshi",var(--font-sans); /* wordmark only */
--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
--font-heading:var(--font-sans);
--font-body:var(--font-serif);
/* Figtree weights: Regular / Medium / Bold / Black. Forum is Regular only. */
--weight-regular:400;--weight-medium:500;--weight-bold:700;--weight-black:900;
/* 8-step scale */
--text-display:clamp(48px,6vw,80px);
--text-h1:clamp(36px,4.5vw,56px);
--text-h2:clamp(30px,3.4vw,40px);
--text-h3:24px;
--text-lead:22px;
--text-body:19px;
--text-small:15px;
--text-eyebrow:12px;
--leading-display:.98;
--leading-heading:1.1;
--leading-body:1.5;
--tracking-display:-.03em;
--tracking-heading:-.02em;
--tracking-eyebrow:.18em;
}
