/*
 * namesplease.app / Island name generator (ledger-island)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Nautical-chart skin: aged-parchment surfaces, deep-teal ink and links,
 * coral action color. Same var names as the golden template; values only.
 */
:root {
  --color-bg: oklch(0.965 0.022 85);
  --color-text: oklch(0.26 0.035 215);
  --color-heading: oklch(0.21 0.045 215);
  --color-muted: oklch(0.44 0.040 210);
  --color-border: oklch(0.85 0.032 85);
  --color-border-strong: oklch(0.54 0.055 195);
  --color-bg-dark: oklch(0.24 0.045 215);
  --color-text-dark: oklch(0.93 0.020 85);
  --color-link: oklch(0.43 0.105 200);
  --color-link-hover: oklch(0.36 0.110 200);
  --color-accent: oklch(0.57 0.160 33);
  --color-accent-hover: oklch(0.50 0.160 33);
  --color-on-accent: oklch(0.99 0.010 85);
  --color-focus: oklch(0.47 0.110 200);
  --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;
}
