:root{
--fs-display:clamp(2.5rem,4.4vw,4rem); /* @kind font */
--fs-h1:clamp(2rem,3.2vw,3rem); /* @kind font */
--fs-h2:clamp(1.625rem,2.4vw,2.25rem); /* @kind font */
--fs-h3:1.375rem; /* @kind font */
--fs-h4:1.125rem; /* @kind font */
--fs-lead:1.1875rem; /* @kind font */
--fs-body:1rem; /* @kind font */
--fs-sm:0.875rem; /* @kind font */
--fs-xs:0.75rem; /* @kind font */
--lh-tight:1.08; /* @kind other */
--lh-snug:1.25; /* @kind other */
--lh-body:1.6; /* @kind other */
--lh-loose:1.75; /* @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 */
--ls-display:-0.02em; /* @kind other */
--ls-heading:-0.01em; /* @kind other */
--ls-body:0; /* @kind other */
--ls-eyebrow:0.14em; /* @kind other */
/* semantic roles */
--type-display:var(--fw-bold) var(--fs-display)/var(--lh-tight) var(--font-display); /* @kind font */
--type-h1:var(--fw-semibold) var(--fs-h1)/var(--lh-snug) var(--font-display); /* @kind font */
--type-h2:var(--fw-semibold) var(--fs-h2)/var(--lh-snug) var(--font-display); /* @kind font */
--type-h3:var(--fw-semibold) var(--fs-h3)/1.3 var(--font-display); /* @kind font */
--type-lead:var(--fw-regular) var(--fs-lead)/var(--lh-body) var(--font-body); /* @kind font */
--type-body:var(--fw-regular) var(--fs-body)/var(--lh-body) var(--font-body); /* @kind font */
--type-sm:var(--fw-regular) var(--fs-sm)/1.5 var(--font-body); /* @kind font */
--type-label:var(--fw-semibold) var(--fs-sm)/1.2 var(--font-body); /* @kind font */
--type-eyebrow:var(--fw-semibold) var(--fs-xs)/1.2 var(--font-body); /* @kind font */
--type-button:var(--fw-semibold) var(--fs-sm)/1 var(--font-body); /* @kind font */
}
