/*
 * namesplease.app / namesplease.app hub identity (ledger)
 * LVL-legal OKLCH token family. OKLCH is the source of truth (LVL color.md).
 * Generated by the Design Society Studio Loop; cn-smith consumes this
 * file into the Astro golden template unchanged.
 *
 * Atlas-of-worlds revision: rich near-black indigo canvas with a luminous
 * aurora teal-to-violet accent family. All template-consumed pairings hold
 * WCAG AA+ contrast on the dark canvas.
 */
:root {
  --color-bg: oklch(0.16 0.032 278);
  --color-text: oklch(0.90 0.016 278);
  --color-heading: oklch(0.97 0.010 280);
  --color-muted: oklch(0.76 0.028 278);
  --color-border: oklch(0.33 0.038 278);
  --color-border-strong: oklch(0.58 0.055 278);
  --color-bg-dark: oklch(0.12 0.028 278);
  --color-text-dark: oklch(0.93 0.012 278);
  --color-link: oklch(0.81 0.115 195);
  --color-link-hover: oklch(0.88 0.100 190);
  --color-accent: oklch(0.52 0.190 295);
  --color-accent-hover: oklch(0.59 0.175 295);
  --color-on-accent: oklch(0.98 0.012 295);
  --color-focus: oklch(0.83 0.130 195);
  --color-ok: oklch(0.80 0.140 150);
  --color-warn: oklch(0.83 0.125 80);
  --color-error: oklch(0.74 0.165 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.75rem;
  --font-size-h2: 1.5rem;
  --content-width: 48rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.75rem;
}
