:root{
/* display (Cormorant Garamond) — headlines, italic accent word */
--text-hero:clamp(42px,6vw,72px);
--text-h2:clamp(32px,4.5vw,52px);
--text-h2-sm:clamp(28px,4vw,44px);
--text-h3:22px;
--display-weight:400;
--display-weight-bold:700;
--display-line:1.1; /* @kind other */

/* body (Montserrat) */
--text-eyebrow:11px;
--eyebrow-tracking:4px;
--text-nav:13px;
--nav-tracking:1.5px;
--text-body-lg:clamp(16px,1.8vw,20px);
--text-body-md:16px;
--text-body-sm:14px;
--text-caption:12px;
--text-micro:9px;
--body-line:1.7; /* @kind other */
--body-line-tight:1.15; /* @kind other */
}
