/*
 * resellermath.com / Reseller Math hub theme tokens.
 * OKLCH is the source of truth (LVL color.md). This is the ONE tokens file for
 * the site: the golden template consumes these values unchanged.
 *
 * Theme: "flagship ledger" - the PARENT brand of the reseller-math tool family.
 * Deep ink-navy canvas with a confident money-green accent: the same navy +
 * green DNA the tool sites carry, pitched darker and richer so the hub reads as
 * the marketplace flagship rather than any one tool. Commercial and energetic,
 * every template-consumed pairing holds WCAG AA+ contrast on the dark canvas.
 */
:root {
  --color-bg: oklch(0.18 0.036 258);
  --color-text: oklch(0.91 0.018 255);
  --color-heading: oklch(0.98 0.012 250);
  --color-muted: oklch(0.74 0.028 255);
  --color-border: oklch(0.34 0.04 258);
  --color-border-strong: oklch(0.6 0.06 255);
  --color-bg-dark: oklch(0.14 0.03 258);
  --color-text-dark: oklch(0.93 0.014 255);
  --color-link: oklch(0.82 0.135 158);
  --color-link-hover: oklch(0.88 0.13 158);
  --color-accent: oklch(0.64 0.16 155);
  --color-accent-hover: oklch(0.7 0.16 155);
  --color-on-accent: oklch(0.15 0.03 155);
  --color-error: oklch(0.72 0.17 25);
  --color-focus: oklch(0.83 0.135 158);

  /* Status colours (shared token set with the tool sites) */
  --color-ok: oklch(0.8 0.14 150);
  --color-warn: oklch(0.83 0.125 80);

  /* 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.75rem;
  --font-size-h2: 1.5rem;

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