/*
 * namesplease.app / Angel name generator (ledger-angel)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Celestial high-key skin: ivory body, soft sky-blue ink, warm gold
 * accent, twilight-blue dark surfaces. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.978 0.010 95);
  --color-text: oklch(0.31 0.045 255);
  --color-heading: oklch(0.27 0.052 258);
  --color-muted: oklch(0.48 0.038 255);
  --color-border: oklch(0.89 0.014 95);
  --color-border-strong: oklch(0.55 0.045 255);
  --color-bg-dark: oklch(0.29 0.052 265);
  --color-text-dark: oklch(0.94 0.012 95);
  --color-link: oklch(0.44 0.090 255);
  --color-link-hover: oklch(0.37 0.095 255);
  --color-accent: oklch(0.52 0.095 85);
  --color-accent-hover: oklch(0.45 0.095 85);
  --color-on-accent: oklch(0.99 0.010 95);
  --color-focus: oklch(0.46 0.090 255);
  --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.992 0.004 95);
  --color-surface-sunken: oklch(0.966 0.01 95);
  --color-field-bg: oklch(0.998 0.002 95);
  --color-callout-bg: oklch(0.97 0.01 95);
  --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.01 95);
}
