/* Fieldhouse OS — type tokens. Windows-native stacks by design; no webfonts shipped. */
:root{
--font-ui:'Segoe UI',system-ui,-apple-system,'Noto Sans',sans-serif;
--font-editorial:Georgia,'Times New Roman',serif; /* Saturday Circuit news chrome */
--font-mono:Consolas,'SF Mono',monospace;
--text-xs:11px;--text-sm:12px;--text-md:13px;--text-lg:15px;--text-xl:18px;--text-2xl:24px;--text-3xl:32px;
--weight-regular:400;--weight-medium:600;--weight-bold:700;--weight-black:800;
--leading-tight:1.2;--leading-normal:1.45;--leading-loose:1.6;
--tracking-caps:2px; /* for HOT SEAT WATCH-style kicker labels */
}
