/*
 * 2026 Tax Rules vertical / No Tax on Tips calculator (warm-counter).
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Confident, hospitable aesthetic: warm cream canvas, deep espresso text, and
 * a burnished-amber accent. No government seals. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.985 0.012 80);
  --color-text: oklch(0.27 0.028 60);
  --color-heading: oklch(0.22 0.036 58);
  --color-muted: oklch(0.47 0.030 62);
  --color-border: oklch(0.89 0.018 74);
  --color-border-strong: oklch(0.52 0.048 66);
  --color-bg-dark: oklch(0.25 0.040 58);
  --color-text-dark: oklch(0.94 0.014 74);
  --color-link: oklch(0.50 0.100 62);
  --color-link-hover: oklch(0.42 0.105 60);
  --color-accent: oklch(0.62 0.135 66);
  --color-accent-hover: oklch(0.54 0.135 64);
  --color-on-accent: oklch(0.20 0.030 58);
  --color-focus: oklch(0.52 0.110 64);
  --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;
}
