/*
 * namesplease.app / Japanese name generator (ledger-japanese)
 * 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.
 *
 * Palette: "dusk sakura" - deep indigo/violet night ink, hot sakura-pink
 * accent, soft lavender surfaces. Light theme base; the index hero carries
 * a coordinated dark (night-sky) treatment via --color-bg-dark/--color-text-dark.
 */
:root {
  --color-bg: oklch(0.975 0.012 300);
  --color-text: oklch(0.25 0.045 295);
  --color-heading: oklch(0.19 0.055 295);
  --color-muted: oklch(0.42 0.045 295);
  --color-border: oklch(0.87 0.028 300);
  --color-border-strong: oklch(0.50 0.055 300);
  --color-bg-dark: oklch(0.21 0.050 290);
  --color-text-dark: oklch(0.94 0.015 300);
  --color-link: oklch(0.46 0.165 355);
  --color-link-hover: oklch(0.38 0.160 355);
  --color-accent: oklch(0.50 0.190 5);
  --color-accent-hover: oklch(0.42 0.185 5);
  --color-on-accent: oklch(0.99 0.010 350);
  --color-focus: oklch(0.46 0.165 355);
  --color-ok: oklch(0.50 0.120 155);
  --color-warn: oklch(0.58 0.110 70);
  --color-error: oklch(0.50 0.160 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.35rem;
  --font-size-h2: 1.5rem;
  --content-width: 46rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --radius: 0.75rem;
}
