/*
 * 2026 Tax Rules vertical / No Tax on Overtime calculator (paycheck-ledger).
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Confident paycheck aesthetic: clean paper canvas, deep ink text, and a
 * money-green accent. No government seals, no flags. Same var names as the
 * base template; values only.
 */
:root {
  --color-bg: oklch(0.982 0.006 150);
  --color-text: oklch(0.26 0.024 175);
  --color-heading: oklch(0.21 0.032 172);
  --color-muted: oklch(0.47 0.022 172);
  --color-border: oklch(0.89 0.012 165);
  --color-border-strong: oklch(0.52 0.040 165);
  --color-bg-dark: oklch(0.24 0.045 172);
  --color-text-dark: oklch(0.94 0.010 160);
  --color-link: oklch(0.48 0.110 168);
  --color-link-hover: oklch(0.40 0.115 168);
  --color-accent: oklch(0.52 0.130 158);
  --color-accent-hover: oklch(0.45 0.130 158);
  --color-on-accent: oklch(0.99 0.010 150);
  --color-focus: oklch(0.50 0.120 168);
  --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.0rem;
  --font-size-h2: 1.45rem;
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.5rem;
}
