:root{
--font-sans:"Work Sans",system-ui,sans-serif;
--font-display:var(--font-sans);
--font-body:var(--font-sans);

--weight-thin:200;
--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;

/* Sizes — a slow, wide-stepped scale */
--text-2xs:11px;
--text-xs:12px;
--text-sm:14px;
--text-base:17px;
--text-md:19px;
--text-lg:24px;
--text-xl:32px;
--text-2xl:44px;
--text-3xl:60px;
--text-4xl:84px;
--text-5xl:116px;

--leading-tight:1.02;
--leading-snug:1.15;
--leading-normal:1.5;
--leading-relaxed:1.65;

--tracking-display:-0.03em;
--tracking-heading:-0.015em;
--tracking-body:0em;
--tracking-label:0.16em;
--tracking-wordmark:0.28em;

/* Semantic roles */
--type-display-size:var(--text-4xl);
--type-display-weight:var(--weight-thin);
--type-heading-weight:var(--weight-light);
--type-eyebrow-size:var(--text-2xs);
--type-eyebrow-weight:var(--weight-medium);
--type-body-size:var(--text-base);
--type-body-weight:var(--weight-regular);
}
