:root {
  color-scheme: light;
  --ground: #f1f2f4;
  --surface: #ffffff;
  --surface-sunken: #f7f8f9;
  --ink: #0a1a37;
  --ink-soft: #556279;
  --ink-muted: #626f83;
  --line: #cfd3da;
  --control-line: #858f9f;
  --line-soft: #e1e3e8;
  --line-strong: #0a1a37;
  --brand: #0060ef;
  --brand-hover: #004cda;
  --brand-active: #003ac9;
  --brand-ink: #0060ef;
  --brand-wash: #deeaff;
  --brand-edge: #95bcfe;
  --brand-contrast: #ffffff;
  --good: #007945;
  --good-wash: #e0ece3;
  --good-edge: #a1c6ad;
  --caution: #9f6234;
  --caution-wash: #f9f4f0;
  --caution-edge: #d8bba8;
  --critical: #da0003;
  --critical-wash: #ffe9e5;
  --critical-edge: #faab9f;
  --neutral: #626f83;
  --neutral-wash: #f7f8f9;
  --neutral-edge: #cfd3da;
  --refusal: #0a1a37;
  --refusal-wash: #f7f8f9;
  --refusal-edge: #6e93d2;
  --figure-negative: #0a1a37;
  --focus-ring: #0060ef;
  --font-display: "The Youngest", ui-serif, Georgia, serif;
  --font-body: "Neue Montreal", ui-sans-serif, system-ui, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, Consolas, "SF Mono", monospace;
  --text-micro: 10px;
  --text-caption: 11px;
  --text-small: 12px;
  --text-body: 13.5px;
  --text-lead: 15px;
  --text-title: 17px;
  --text-reliability: 26px;
  --text-score: 50px;
  --text-display: clamp(26px, 4.5vw, 38px);
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-slight: 0.06em;
  --tracking-wide: 0.08em;
  --tracking-label: 0.12em;
  --leading-tight: 1.1;
  --leading-snug: 1.4;
  --leading-body: 1.6;
  --space-1: 2px;
  --space-2: 4px;
  --space-3: 8px;
  --space-4: 12px;
  --space-5: 16px;
  --space-6: 20px;
  --space-7: 24px;
  --space-8: 32px;
  --space-9: 40px;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-pill: 999px;
}

.on-dark {
  color-scheme: dark;
  --ground: #050f22;
  --surface: #0a1a37;
  --surface-sunken: #07142b;
  --ink: #ffffff;
  --ink-soft: #a0a7b5;
  --ink-muted: #8690a0;
  --line: #1e293b;
  --control-line: #626b79;
  --line-soft: #101b2d;
  --line-strong: #ffffff;
  --brand-ink: #2a7eff;
  --brand-wash: #0c234e;
  --brand-edge: #0d3884;
  --good: #00c88e;
  --good-wash: #0c3044;
  --good-edge: #0e5e5d;
  --caution: #bf8052;
  --caution-wash: #1f273d;
  --caution-edge: #514548;
  --critical: #ff3131;
  --critical-wash: #161d38;
  --critical-edge: #6d3240;
  --neutral: #8690a0;
  --neutral-wash: #07142b;
  --neutral-edge: #1e293b;
  --refusal: #ffffff;
  --refusal-wash: #07142b;
  --refusal-edge: #3765b4;
  --figure-negative: #ffffff;
  --focus-ring: #2a7eff;
}
@font-face {
  font-family: "The Youngest";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/TheYoungest-Regular.woff2?v=e24c4ee43571) format('woff2');
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/NeueMontreal-Book.woff2?v=b1d756cb4042) format('woff2');
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/static/fonts/NeueMontreal-Medium.woff2?v=64b2990f902d) format('woff2');
}
@font-face {
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/static/fonts/NeueMontreal-SemiBold.woff2?v=bf986be5264c) format('woff2');
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/GeistMono-Regular.woff2?v=f0ccfd6fe822) format('woff2');
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/static/fonts/GeistMono-Medium.woff2?v=0b0d230c7c04) format('woff2');
}
