/*
 * namesplease.app / City name generator (ledger-city)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Monumental-capital skin: pale dawn body, violet-indigo ink and dark
 * surfaces, burnished gold accent. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.968 0.012 310);
  --color-text: oklch(0.27 0.048 292);
  --color-heading: oklch(0.22 0.055 292);
  --color-muted: oklch(0.46 0.042 292);
  --color-border: oklch(0.87 0.018 305);
  --color-border-strong: oklch(0.50 0.050 292);
  --color-bg-dark: oklch(0.23 0.055 292);
  --color-text-dark: oklch(0.93 0.012 300);
  --color-link: oklch(0.42 0.120 292);
  --color-link-hover: oklch(0.35 0.125 292);
  --color-accent: oklch(0.50 0.105 82);
  --color-accent-hover: oklch(0.43 0.105 82);
  --color-on-accent: oklch(0.99 0.012 90);
  --color-focus: oklch(0.45 0.110 292);
  --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.982 0.0048 310);
  --color-surface-sunken: oklch(0.956 0.012 310);
  --color-field-bg: oklch(0.998 0.002 310);
  --color-callout-bg: oklch(0.96 0.012 310);
  --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.012 310);
}
