/*
 * namesplease.app / Egyptian name generator (ledger-egyptian)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Sandstone-and-lapis skin: warm papyrus body (never pure white), ink-brown
 * text (never pure black), lapis-blue accent (hue ~265), warm sand borders,
 * and burnished gold detail lines. Refined from the gate-green design baseline
 * at design/output/namesplease/egyptian/tokens.css; same var names, values only.
 */
:root {
  --color-bg: oklch(0.955 0.020 85);
  --color-text: oklch(0.26 0.028 68);
  --color-heading: oklch(0.21 0.036 62);
  --color-muted: oklch(0.45 0.024 70);
  --color-border: oklch(0.86 0.026 82);
  --color-border-strong: oklch(0.62 0.080 84);
  --color-bg-dark: oklch(0.24 0.024 68);
  --color-text-dark: oklch(0.93 0.014 82);
  --color-link: oklch(0.48 0.130 265);
  --color-link-hover: oklch(0.40 0.140 265);
  --color-accent: oklch(0.54 0.150 265);
  --color-accent-hover: oklch(0.46 0.160 265);
  --color-on-accent: oklch(0.98 0.012 85);
  --color-focus: oklch(0.50 0.130 265);
  --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: ui-sans-serif, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-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;
}
