:root{
/* families — --font-display is the ivypresto-headline substitute */
--font-display:"Cormorant Garamond",ivypresto-headline,"Times New Roman",serif;
--font-sans:"Inter","Albert Sans",Arial,sans-serif;
--font-ui:"Albert Sans","Inter",Arial,sans-serif;
--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,monospace;

/* editorial display scale (fluid, verbatim from production) */
--display-xl:clamp(58px,9.6vw,125px); /* @kind font */
--display-lg:clamp(48px,7.8vw,94px); /* @kind font */
--display-md:clamp(35px,5.2vw,67px); /* @kind font */
--display-sm:clamp(32px,4.5vw,58px); /* @kind font */
--display-weight:100;
--display-tracking:-0.025em;
--display-leading:1.02;

/* UI / body scale */
--text-3xl:32px;
--text-2xl:24px;
--text-xl:20px;
--text-lg:17px;
--text-md:15px;
--text-base:14px;
--text-sm:13px;
--text-xs:12px;
--text-2xs:11px;
--text-3xs:10px;
--text-4xs:9px;

--leading-tight:1.15;
--leading-snug:1.35;
--leading-body:1.55;
--leading-loose:1.7;

/* eyebrow / mono label tracking ladder */
--track-label-sm:0.08em;
--track-label:0.1em;
--track-label-md:0.12em;
--track-label-lg:0.15em;
--track-act:0.22em;
--track-body:-0.01em;

--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
}
