:root{
--font-display:"Barlow","Barlow Condensed",system-ui,sans-serif; /* @kind font */
--font-body:"Helvena","Helvetica Neue",Helvetica,Arial,sans-serif; /* @kind font */
--font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace; /* @kind font */

--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 */
--fw-extrabold:800; /* @kind other */
--fw-black:900; /* @kind other */

--fs-display-xl:clamp(3.25rem,6vw,5.5rem); /* @kind font */
--fs-display-lg:clamp(2.75rem,4.6vw,4rem); /* @kind font */
--fs-h1:clamp(2.25rem,3.4vw,3rem); /* @kind font */
--fs-h2:clamp(1.75rem,2.6vw,2.25rem); /* @kind font */
--fs-h3:1.5rem; /* @kind font */
--fs-h4:1.25rem; /* @kind font */
--fs-lead:1.1875rem; /* @kind font */
--fs-body:1.0625rem; /* @kind font */
--fs-body-sm:0.9375rem; /* @kind font */
--fs-caption:0.8125rem; /* @kind font */
--fs-eyebrow:0.75rem; /* @kind font */

--lh-tight:0.94; /* @kind other */
--lh-heading:1.06; /* @kind other */
--lh-snug:1.3; /* @kind other */
--lh-body:1.62; /* @kind other */
--lh-loose:1.75; /* @kind other */
--ls-display:-0.02em; /* @kind other */
--ls-heading:-0.015em; /* @kind other */
--ls-body:0em; /* @kind other */
--ls-eyebrow:0.14em; /* @kind other */

--text-display-xl:var(--fw-bold) var(--fs-display-xl)/var(--lh-tight) var(--font-display); /* @kind font */
--text-h1:var(--fw-bold) var(--fs-h1)/var(--lh-heading) var(--font-display); /* @kind font */
--text-h2:var(--fw-bold) var(--fs-h2)/var(--lh-heading) var(--font-display); /* @kind font */
--text-h3:var(--fw-bold) var(--fs-h3)/1.15 var(--font-display); /* @kind font */
--text-lead:var(--fw-regular) var(--fs-lead)/var(--lh-body) var(--font-body); /* @kind font */
--text-body-default:var(--fw-regular) var(--fs-body)/var(--lh-body) var(--font-body); /* @kind font */
--text-caption:var(--fw-medium) var(--fs-caption)/1.45 var(--font-body); /* @kind font */
}
