:root{
--font-sans:"Inter","Inter Variable",system-ui,-apple-system,"Segoe UI",sans-serif;
--font-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;

/* Sizes — admin density: restrained, never oversized */
--fs-display:30px;
--fs-page-title:24px;
--fs-section-title:18px;
--fs-card-title:15px;
--fs-body:14px;
--fs-body-sm:13px;
--fs-label:13px;
--fs-help:12px;
--fs-table:13px;
--fs-status:12px;
--fs-overline:11px;

--lh-tight:1.2; /* @kind other */
--lh-snug:1.35; /* @kind other */
--lh-normal:1.5; /* @kind other */
--lh-relaxed:1.6; /* @kind other */

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

--ls-tight:-0.02em; /* @kind other */
--ls-snug:-0.01em; /* @kind other */
--ls-normal:0; /* @kind other */
--ls-wide:0.04em; /* @kind other */
--ls-overline:0.06em; /* @kind other */

/* Composed roles */
--type-page-title:var(--fw-semibold) var(--fs-page-title)/var(--lh-tight) var(--font-sans);
--type-section-title:var(--fw-semibold) var(--fs-section-title)/var(--lh-snug) var(--font-sans);
--type-card-title:var(--fw-semibold) var(--fs-card-title)/var(--lh-snug) var(--font-sans);
--type-body:var(--fw-regular) var(--fs-body)/var(--lh-normal) var(--font-sans);
--type-label:var(--fw-medium) var(--fs-label)/var(--lh-snug) var(--font-sans);
--type-help:var(--fw-regular) var(--fs-help)/var(--lh-normal) var(--font-sans);
--type-table:var(--fw-regular) var(--fs-table)/var(--lh-snug) var(--font-sans);
--type-overline:var(--fw-semibold) var(--fs-overline)/var(--lh-snug) var(--font-sans);
}
