/*
 * namesplease.app / Tavern name generator (ledger-tavern)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Cozy-interior skin: cream body, oak-brown ink and dark-oak surfaces,
 * firelight-amber accent. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.964 0.018 85);
  --color-text: oklch(0.27 0.035 60);
  --color-heading: oklch(0.22 0.040 55);
  --color-muted: oklch(0.46 0.035 60);
  --color-border: oklch(0.86 0.024 82);
  --color-border-strong: oklch(0.50 0.055 65);
  --color-bg-dark: oklch(0.23 0.035 55);
  --color-text-dark: oklch(0.93 0.016 85);
  --color-link: oklch(0.45 0.105 55);
  --color-link-hover: oklch(0.38 0.105 55);
  --color-accent: oklch(0.50 0.120 60);
  --color-accent-hover: oklch(0.43 0.120 60);
  --color-on-accent: oklch(0.99 0.012 85);
  --color-focus: oklch(0.46 0.105 55);
  --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;
}
