:root{
--font-display:'Staatliches',Impact,'Haettenschweiler',sans-serif;
--font-body:'IBM Plex Sans',-apple-system,'Segoe UI',sans-serif;
--font-mono:'IBM Plex Mono','Courier New',monospace;

--fs-hud:12px;
--fs-caption:13px;
--fs-body-sm:14px;
--fs-body:16px;
--fs-body-lg:18px;
--fs-h4:22px;
--fs-h3:28px;
--fs-h2:36px;
--fs-h1:52px;
--fs-display:88px;

--lh-tight:1.05;/* @kind other */
--lh-heading:1.15;/* @kind other */
--lh-body:1.55;/* @kind other */

--ls-stencil:0.03em;
--ls-hud:0.14em;
--ls-caps:0.08em;

--fw-regular:400;/* @kind other */
--fw-medium:500;/* @kind other */
--fw-semibold:600;/* @kind other */
--fw-bold:700;/* @kind other */
}
.tfc-display{font-family:var(--font-display);letter-spacing:var(--ls-stencil);text-transform:uppercase;line-height:var(--lh-tight)}
.tfc-hud-label{font-family:var(--font-mono);letter-spacing:var(--ls-hud);text-transform:uppercase;font-size:var(--fs-hud)}
