:root{
--font-display:'Oswald',"Arial Narrow",sans-serif;
--font-body:'Inter',-apple-system,Helvetica,Arial,sans-serif;

--fs-display-xl:clamp(3rem,6vw,6.5rem); /* @kind font */
--fs-display-lg:clamp(2.5rem,4.5vw,4.5rem); /* @kind font */
--fs-display-md:clamp(2rem,3.2vw,3rem); /* @kind font */
--fs-display-sm:1.75rem;
--fs-h1:2.5rem;
--fs-h2:2rem;
--fs-h3:1.5rem;
--fs-h4:1.25rem;
--fs-body-lg:1.125rem;
--fs-body:1rem;
--fs-body-sm:0.875rem;
--fs-caption:0.75rem;
--fs-eyebrow:0.8125rem;

--lh-tight:1.05; /* @kind other */
--lh-display:1.1; /* @kind other */
--lh-heading:1.2; /* @kind other */
--lh-body:1.6; /* @kind other */
--lh-caption:1.4; /* @kind other */

--ls-display:-0.01em; /* @kind other */
--ls-eyebrow:0.14em; /* @kind other */
--ls-caps:0.06em; /* @kind other */

--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
--fw-black:700; /* @kind other */
}
