/*
 * namesplease.app / Castle name generator (ledger-castle)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Heraldic-stone skin refined from the gate-green castle baseline: warm pale
 * limestone body (never pure white), deep slate ink (never pure black), royal
 * violet accent (brand hue ~295), iron-grey borders. Same var names; values
 * only. Body chroma kept modest; accent chroma up to ~0.16.
 */
:root {
  --color-bg: oklch(0.965 0.012 85);
  --color-text: oklch(0.24 0.010 285);
  --color-heading: oklch(0.18 0.014 290);
  --color-muted: oklch(0.45 0.014 290);
  --color-border: oklch(0.80 0.006 285);
  --color-border-strong: oklch(0.52 0.012 285);
  --color-bg-dark: oklch(0.20 0.012 290);
  --color-text-dark: oklch(0.93 0.010 85);
  --color-link: oklch(0.50 0.130 295);
  --color-link-hover: oklch(0.42 0.140 295);
  --color-accent: oklch(0.54 0.155 295);
  --color-accent-hover: oklch(0.46 0.160 295);
  --color-on-accent: oklch(0.985 0.008 295);
  --color-focus: oklch(0.50 0.130 295);
  --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: Georgia, "Times New Roman", ui-serif, 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;
}
