/*
 * Moving Hub theme tokens. OKLCH is the source of truth (LVL color.md). This is
 * the ONE tokens file for the site; the golden template and every tool page
 * consume these values unchanged (R6).
 *
 * Theme: "warm new-home golden hour" (R1). A soft warm-cream page, cocoa-brown
 * ink, and an amber/terracotta accent - the low-sun light of moving-in day.
 */
:root {
  --color-bg: oklch(0.982 0.014 78);
  --color-text: oklch(0.30 0.028 60);
  --color-heading: oklch(0.26 0.045 55);
  --color-muted: oklch(0.47 0.03 62);
  --color-border: oklch(0.90 0.022 74);
  --color-border-strong: oklch(0.62 0.05 60);
  --color-link: oklch(0.52 0.13 52);
  --color-link-hover: oklch(0.44 0.13 50);
  --color-accent: oklch(0.66 0.15 58);
  --color-accent-hover: oklch(0.58 0.15 55);
  --color-on-accent: oklch(0.99 0.01 90);
  --color-error: oklch(0.5 0.15 27);
  --color-focus: oklch(0.6 0.13 55);

  /* Status hues for plan tags. */
  --color-ok: oklch(0.58 0.12 145);
  --color-warn: oklch(0.66 0.14 70);

  /* 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.7rem;
}
