/* Cedarwood design tokens — source of truth: _design_guide/frontend/README.md.
   Components reference these custom properties only; no raw hex elsewhere. */
:root {
  --bg: #0a0a0c;
  --bg-2: #111114;
  --card: #16161a;
  --card-2: #1c1c22;
  --ink: #f4f4f5;
  --ink-2: #a1a1aa;
  --ink-mute: #71717a;
  --line: #27272a;
  --line-soft: #1f1f23;
  --accent: #84ef64;
  --accent-soft: #1a2a18;
  --accent-line: #2d4528;
  --bad: #f87171;
  --amber: #e0b94a;

  --accent-hover: #9bff7c;
  --glow-accent: 0 0 20px rgba(132, 239, 100, 0.25);

  --font-ui: "Geist", system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;

  --radius-card: 12px;
  --radius-modal: 14px;
  --radius-control: 7px;
  --radius-pill: 999px;
}
