/*
 * namesplease.app / Gang & Crew name generator (ledger-gang)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Asphalt-noir skin: cool concrete-grey body (tinted, never pure white),
 * near-black tinted ink, a warning red-amber accent (brand hue ~30), and steel
 * borders. Same var names as every sibling; values only.
 */
:root {
  --color-bg: oklch(0.928 0.006 250);
  --color-text: oklch(0.22 0.012 260);
  --color-heading: oklch(0.17 0.016 260);
  --color-muted: oklch(0.44 0.010 260);
  --color-border: oklch(0.80 0.008 255);
  --color-border-strong: oklch(0.52 0.014 258);
  --color-bg-dark: oklch(0.19 0.014 260);
  --color-text-dark: oklch(0.92 0.006 250);
  --color-link: oklch(0.52 0.150 30);
  --color-link-hover: oklch(0.44 0.160 30);
  --color-accent: oklch(0.56 0.160 30);
  --color-accent-hover: oklch(0.48 0.165 30);
  --color-on-accent: oklch(0.98 0.012 60);
  --color-focus: oklch(0.56 0.150 30);
  --color-ok: oklch(0.52 0.120 150);
  --color-warn: oklch(0.62 0.140 60);
  --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;
}
