/*
 * namesplease.app / Sword name generator (ledger-sword)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Forge-chiaroscuro skin: light steel-grey body, charcoal ink, ember-orange
 * accent, near-black forge dark surfaces. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.945 0.006 250);
  --color-text: oklch(0.24 0.012 260);
  --color-heading: oklch(0.19 0.014 260);
  --color-muted: oklch(0.44 0.014 258);
  --color-border: oklch(0.85 0.008 250);
  --color-border-strong: oklch(0.48 0.020 255);
  --color-bg-dark: oklch(0.18 0.014 260);
  --color-text-dark: oklch(0.92 0.006 250);
  --color-link: oklch(0.47 0.130 45);
  --color-link-hover: oklch(0.40 0.130 45);
  --color-accent: oklch(0.52 0.150 45);
  --color-accent-hover: oklch(0.45 0.145 45);
  --color-on-accent: oklch(0.99 0.010 60);
  --color-focus: oklch(0.48 0.130 45);
  --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;
}
