/*
 * namesplease.app / Fantasy and dragon name generator (ledger-dragon)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Generated by the Design Society Studio Loop; cn-smith consumes this
 * file into the Astro golden template unchanged.
 *
 * Theme: "warm dusk cove" - deep teal-navy night sky, ember-orange and
 * gold accents, warm parchment surfaces. Cozy, adventurous, storybook.
 */
:root {
  --color-bg: oklch(0.965 0.020 85);
  --color-text: oklch(0.26 0.030 245);
  --color-heading: oklch(0.21 0.040 245);
  --color-muted: oklch(0.42 0.030 245);
  --color-border: oklch(0.87 0.028 80);
  --color-border-strong: oklch(0.52 0.045 70);
  --color-bg-dark: oklch(0.23 0.040 240);
  --color-text-dark: oklch(0.94 0.020 85);
  --color-link: oklch(0.46 0.120 45);
  --color-link-hover: oklch(0.38 0.130 40);
  --color-accent: oklch(0.52 0.150 45);
  --color-accent-hover: oklch(0.45 0.150 42);
  --color-on-accent: oklch(0.985 0.012 85);
  --color-focus: oklch(0.46 0.100 230);
  --color-ok: oklch(0.50 0.110 150);
  --color-warn: oklch(0.58 0.120 75);
  --color-error: oklch(0.50 0.150 30);
  --font-body: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --font-size-base: 1.0625rem;
  --font-size-h1: 2.35rem;
  --font-size-h2: 1.5rem;
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.75rem;

  /* --- Surface ladder (base.css SURFACE TOKEN CONTRACT, 2026-08-02) --- */
  --color-scheme: light;
  --color-surface: oklch(0.979 0.008 85);
  --color-surface-sunken: oklch(0.953 0.02 85);
  --color-field-bg: oklch(0.998 0.002 85);
  --color-callout-bg: oklch(0.957 0.02 85);
  --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 85);
}
