/*
 * namesplease.app / Norse name generator (ledger-norse)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Runestone skin: cool granite surfaces, steel-blue ink and links, amber
 * rune-glow accent. Same var names as the golden template; values only.
 */
:root {
  --color-bg: oklch(0.960 0.008 240);
  --color-text: oklch(0.23 0.020 250);
  --color-heading: oklch(0.17 0.028 252);
  --color-muted: oklch(0.42 0.022 248);
  --color-border: oklch(0.85 0.014 240);
  --color-border-strong: oklch(0.50 0.032 245);
  --color-bg-dark: oklch(0.21 0.030 252);
  --color-text-dark: oklch(0.92 0.012 240);
  --color-link: oklch(0.44 0.100 248);
  --color-link-hover: oklch(0.37 0.105 248);
  --color-accent: oklch(0.54 0.125 68);
  --color-accent-hover: oklch(0.47 0.125 66);
  --color-on-accent: oklch(0.99 0.012 85);
  --color-focus: oklch(0.48 0.100 248);
  --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;
}
