/*
 * namesplease.app / Mountain name generator (ledger-mountain)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Glacier-and-granite skin: cool alpine near-white body, slate granite ink,
 * glacier steel-blue accent, stone-grey borders. Same var names; values only.
 */
:root {
  --color-bg: oklch(0.988 0.004 245);
  --color-text: oklch(0.24 0.012 250);
  --color-heading: oklch(0.18 0.016 250);
  --color-muted: oklch(0.45 0.014 250);
  --color-border: oklch(0.87 0.010 250);
  --color-border-strong: oklch(0.54 0.022 250);
  --color-bg-dark: oklch(0.21 0.020 250);
  --color-text-dark: oklch(0.93 0.008 245);
  --color-link: oklch(0.50 0.130 245);
  --color-link-hover: oklch(0.42 0.140 245);
  --color-accent: oklch(0.54 0.150 245);
  --color-accent-hover: oklch(0.46 0.160 245);
  --color-on-accent: oklch(0.99 0.010 245);
  --color-focus: oklch(0.50 0.130 245);
  --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;
}
