:root{
--font-display:"Instrument Sans Condensed","Instrument Sans",system-ui,sans-serif;
--font-core:"Instrument Sans",system-ui,sans-serif;
--font-ui:"Instrument Sans SemiCondensed","Instrument Sans",system-ui,sans-serif;
--font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;

--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;

--size-3xs:11px;
--size-2xs:12px;
--size-xs:13px;
--size-sm:14px;
--size-base:16px;
--size-lg:18px;
--size-xl:22px;
--size-2xl:28px;
--size-3xl:36px;
--size-4xl:48px;
--size-5xl:64px;
--size-6xl:80px;

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

--tracking-display:-0.02em;
--tracking-normal:0;
--tracking-wide:0.04em;
--tracking-label:0.08em;

/* Semantic type roles */
--type-display-font:var(--font-display);
--type-display-weight:var(--weight-bold);
--type-display-transform:uppercase;
--type-heading-font:var(--font-display);
--type-heading-weight:var(--weight-bold);
--type-body-font:var(--font-core);
--type-body-size:var(--size-base);
--type-body-leading:var(--leading-relaxed);
--type-label-font:var(--font-ui);
--type-label-weight:var(--weight-semibold);
--type-label-tracking:var(--tracking-label);
}
