:root{
--text-display-1:clamp(40px,5vw,64px);
--text-display-2:clamp(32px,4vw,48px);
--text-h1:clamp(28px,3.4vw,40px);
--text-h2:clamp(22px,2.6vw,28px);
--text-h3:20px;
--text-body-lg:18px;
--text-body:16px;
--text-small:14px;
--text-eyebrow:13px;
--lh-tight:1.1;/* @kind other */--lh-snug:1.25;/* @kind other */--lh-normal:1.5;/* @kind other */--lh-relaxed:1.7;/* @kind other */
--ls-tight:-0.01em;/* @kind other */--ls-wide:0.08em;/* @kind other */--ls-wider:0.16em;/* @kind other */
--fw-light:300;/* @kind other */--fw-regular:400;/* @kind other */--fw-medium:500;/* @kind other */--fw-semibold:600;/* @kind other */--fw-bold:700;/* @kind other */
}
body{font-family:var(--font-body);color:var(--text-body);font-size:var(--text-body);line-height:var(--lh-normal);-webkit-font-smoothing:antialiased}
h1,h2,h3,.font-display{font-family:var(--font-display);color:var(--text-heading);font-weight:var(--fw-semibold);line-height:var(--lh-tight);letter-spacing:var(--ls-tight)}
.eyebrow{font-family:var(--font-body);font-size:var(--text-eyebrow);letter-spacing:var(--ls-wider);text-transform:uppercase;font-weight:var(--fw-medium);color:var(--accent-secondary)}
