/* Kingmaker Online Casino — brand skin over the RoyalGuard kit.
   Loaded AFTER design-system/stack.css so these :root overrides win by source order.
   Gold-on-charcoal identity: royal gold accent + charcoal-orange highlight. */

:root {
  /* ---- 4 theme hooks ---- */
  --accent: #d4af37;     /* Kingmaker royal gold — CTAs, active, glow */
  --accent-2: #e4572e;   /* charcoal-orange highlight */
  --bg: #12100c;         /* page base */
  --surface: #1d1a12;    /* card base */

  /* ---- ramp fidelity (Kingmaker values) ---- */
  --bg-2: #16140e;
  --surface-2: #2b2820;
  --surface-3: #383530;
  --surface-hover: #312f27;
  --line: #413f38;
  --line-strong: #585650;

  /* ---- text ---- */
  --text-1: #f6f1e4;
  --text-2: #cabfa4;
  --text-3: #96896f;

  /* ---- ink on accent: gold #d4af37 is bright → dark ink passes AA ---- */
  --accent-ink: #150f02;

  /* ---- semantic (Kingmaker) ---- */
  --success: #34d399;
  --warning: #f2a93b;
  --danger: #ef4444;
  --info: #38bdf8;
  --star: #ffd166;

  /* ---- focus ring: light gold, readable on dark ---- */
  --focus-ring: #f0d878;
}
