/*
 * 1099k.resellermath.com / 1099-K Checker theme tokens.
 * OKLCH is the source of truth (LVL color.md). This is the ONE tokens file for
 * the site: the golden template and the tool UI consume these values unchanged.
 *
 * Theme: "confident ledger" - deep ink-navy text over a warm paper page, with a
 * money-green accent and a clear amber caution. Reads trustworthy and financial,
 * energetic rather than sterile: the reseller-vertical house look.
 */
:root {
  --color-bg: oklch(0.985 0.008 95);
  --color-text: oklch(0.26 0.03 250);
  --color-heading: oklch(0.22 0.05 255);
  --color-muted: oklch(0.46 0.03 255);
  --color-border: oklch(0.89 0.02 250);
  --color-border-strong: oklch(0.55 0.05 255);
  --color-link: oklch(0.5 0.13 250);
  --color-link-hover: oklch(0.4 0.13 255);
  --color-accent: oklch(0.56 0.14 155);
  --color-accent-hover: oklch(0.48 0.14 156);
  --color-on-accent: oklch(0.99 0.01 150);
  --color-error: oklch(0.52 0.18 27);
  --color-focus: oklch(0.55 0.14 250);

  /* Verdict / status colours for the checker panel */
  --color-ok: oklch(0.55 0.13 155);
  --color-warn: oklch(0.62 0.13 75);

  /* Typography */
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia,
    "Times New Roman", serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.1rem;
  --font-size-h2: 1.45rem;

  /* Layout */
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.65rem;
}
