/*
 * 2026 Tax Rules vertical / hub (authority-navy).
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Confident, authoritative aesthetic: crisp light canvas, deep navy ink, and a
 * navy-to-teal accent that ties the three calculator skins together. No
 * government seals. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.984 0.006 250);
  --color-text: oklch(0.25 0.030 258);
  --color-heading: oklch(0.20 0.040 260);
  --color-muted: oklch(0.46 0.030 258);
  --color-border: oklch(0.89 0.012 250);
  --color-border-strong: oklch(0.50 0.045 258);
  --color-bg-dark: oklch(0.22 0.050 262);
  --color-text-dark: oklch(0.95 0.010 250);
  --color-link: oklch(0.47 0.115 258);
  --color-link-hover: oklch(0.39 0.120 258);
  --color-accent: oklch(0.50 0.120 240);
  --color-accent-hover: oklch(0.43 0.120 240);
  --color-on-accent: oklch(0.99 0.008 250);
  --color-focus: oklch(0.49 0.120 250);
  --color-ok: oklch(0.52 0.130 155);
  --color-warn: oklch(0.62 0.110 75);
  --color-error: oklch(0.52 0.150 25);
  --font-body: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.1rem;
  --font-size-h2: 1.5rem;
  --content-width: 48rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.5rem;
}
