/*
 * namesplease.app / Town name generator (ledger-town)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Storybook-dusk skin: cream body, slate-blue ink and dusk-dark surfaces,
 * honey-amber lantern accent. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.966 0.016 88);
  --color-text: oklch(0.27 0.032 248);
  --color-heading: oklch(0.22 0.038 250);
  --color-muted: oklch(0.45 0.030 248);
  --color-border: oklch(0.87 0.020 88);
  --color-border-strong: oklch(0.50 0.040 248);
  --color-bg-dark: oklch(0.23 0.038 252);
  --color-text-dark: oklch(0.92 0.014 88);
  --color-link: oklch(0.44 0.085 250);
  --color-link-hover: oklch(0.37 0.090 250);
  --color-accent: oklch(0.51 0.110 70);
  --color-accent-hover: oklch(0.44 0.110 70);
  --color-on-accent: oklch(0.99 0.012 85);
  --color-focus: oklch(0.46 0.090 250);
  --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;
}
