/*
 * namesplease.app / Kingdom name generator (ledger-kingdom)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Illuminated-manuscript skin: parchment cream body, sepia ink, royal
 * crimson accent, burnished gold details. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.958 0.020 88);
  --color-text: oklch(0.26 0.030 45);
  --color-heading: oklch(0.21 0.040 30);
  --color-muted: oklch(0.45 0.030 45);
  --color-border: oklch(0.86 0.025 85);
  --color-border-strong: oklch(0.55 0.095 80);
  --color-bg-dark: oklch(0.23 0.055 25);
  --color-text-dark: oklch(0.93 0.015 85);
  --color-link: oklch(0.43 0.145 22);
  --color-link-hover: oklch(0.36 0.140 22);
  --color-accent: oklch(0.45 0.160 22);
  --color-accent-hover: oklch(0.38 0.150 22);
  --color-on-accent: oklch(0.98 0.012 85);
  --color-focus: oklch(0.45 0.150 22);
  --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.972 0.008 88);
  --color-surface-sunken: oklch(0.946 0.02 88);
  --color-field-bg: oklch(0.998 0.002 88);
  --color-callout-bg: oklch(0.95 0.02 88);
  --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.02 88);
}
