/*
 * namesplease.app / River name generator (ledger-river)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Riverstone skin: misty pale blue-grey body (tinted, never pure white),
 * deep river-slate ink (never pure black), current cyan-blue accent at brand
 * hue ~205, cool borders. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.975 0.008 215);
  --color-text: oklch(0.27 0.020 220);
  --color-heading: oklch(0.22 0.030 220);
  --color-muted: oklch(0.46 0.020 215);
  --color-border: oklch(0.88 0.012 210);
  --color-border-strong: oklch(0.55 0.035 210);
  --color-bg-dark: oklch(0.24 0.030 225);
  --color-text-dark: oklch(0.93 0.010 210);
  --color-link: oklch(0.50 0.130 205);
  --color-link-hover: oklch(0.42 0.140 207);
  --color-accent: oklch(0.54 0.150 205);
  --color-accent-hover: oklch(0.46 0.155 207);
  --color-on-accent: oklch(0.99 0.010 205);
  --color-focus: oklch(0.50 0.130 205);
  --color-ok: oklch(0.52 0.120 150);
  --color-warn: oklch(0.60 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;
}
