/*
 * namesplease.app / Viking name generator (ledger-viking)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Storm-sea skin: light parchment body, storm slate dark surfaces, cold
 * silver dark text, sea-green accent. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.962 0.014 92);
  --color-text: oklch(0.24 0.022 220);
  --color-heading: oklch(0.18 0.028 215);
  --color-muted: oklch(0.43 0.026 215);
  --color-border: oklch(0.85 0.020 100);
  --color-border-strong: oklch(0.49 0.040 200);
  --color-bg-dark: oklch(0.20 0.032 218);
  --color-text-dark: oklch(0.90 0.012 220);
  --color-link: oklch(0.42 0.095 185);
  --color-link-hover: oklch(0.35 0.100 185);
  --color-accent: oklch(0.47 0.105 180);
  --color-accent-hover: oklch(0.40 0.105 180);
  --color-on-accent: oklch(0.99 0.008 180);
  --color-focus: oklch(0.45 0.100 185);
  --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;

  /* --- Surface ladder (base.css SURFACE TOKEN CONTRACT, 2026-08-02) --- */
  --color-scheme: light;
  --color-surface: oklch(0.976 0.0056 92);
  --color-surface-sunken: oklch(0.95 0.014 92);
  --color-field-bg: oklch(0.998 0.002 92);
  --color-callout-bg: oklch(0.954 0.014 92);
  --color-ok-bg: oklch(0.965 0.032 155);
  --color-warn-bg: oklch(0.965 0.036 75);
  --color-critical-bg: oklch(0.965 0.032 25);
  --color-shadow: oklch(0.32 0.014 92);
}
