:root{
--font-sans:"Geist","SF Pro Display",system-ui,helvetica,sans-serif;
--font-mono:"Geist Mono","SF Mono",menlo,monospace;
/* Weight scale — fine variable increments, weight (not size) carries body hierarchy */
--weight-body:320;
--weight-body-md:330;
--weight-display:340;
--weight-medium:450;
--weight-link:480;
--weight-headline:540;
--weight-bold:700;
/* Roles: size / line-height / letter-spacing */
--type-display-xl-size:86px; --type-display-xl-lh:1.0;  --type-display-xl-ls:-1.72px;
--type-display-lg-size:64px; --type-display-lg-lh:1.1;  --type-display-lg-ls:-0.96px;
--type-headline-size:26px;   --type-headline-lh:1.35;   --type-headline-ls:-0.26px;
--type-subhead-size:26px;    --type-subhead-lh:1.35;    --type-subhead-ls:-0.26px;
--type-card-title-size:24px; --type-card-title-lh:1.45; --type-card-title-ls:0;
--type-body-lg-size:20px;    --type-body-lg-lh:1.4;     --type-body-lg-ls:-0.14px;
--type-body-size:18px;       --type-body-lh:1.45;       --type-body-ls:-0.26px;
--type-body-sm-size:16px;    --type-body-sm-lh:1.45;    --type-body-sm-ls:-0.14px;
--type-link-size:20px;       --type-link-lh:1.4;        --type-link-ls:-0.10px;
--type-button-size:20px;     --type-button-lh:1.4;      --type-button-ls:-0.10px;
--type-eyebrow-size:18px;    --type-eyebrow-lh:1.3;     --type-eyebrow-ls:0.54px;
--type-caption-size:12px;    --type-caption-lh:1.0;     --type-caption-ls:0.60px;
}
body{font-family:var(--font-sans);font-weight:var(--weight-body);color:var(--color-ink);font-kerning:normal;-webkit-font-smoothing:antialiased}
a{color:var(--color-ink);text-decoration:none}
a:hover{text-decoration:underline;text-underline-offset:3px}
