/* ═══════════════════════════════════════════════════════
   KIF — Design Tokens & CSS Variables
   ═══════════════════════════════════════════════════════ */

:root {
  --ink: #07090F;
  --ink-deep: #020407;
  --surface: #0D1117;
  --surface-raised: #141923;
  --edge: rgba(255,255,255,0.06);
  --edge-bright: rgba(255,255,255,0.12);
  --gold: #E8611A;
  --gold-bright: #FF8C47;
  --gold-dim: rgba(232,97,26,0.15);
  --blue: #4B8EF0;
  --blue-dim: rgba(75,142,240,0.12);
  --frost: #EEF2FF;
  --frost-dim: rgba(238,242,255,0.80);
  --frost-faint: rgba(238,242,255,0.60);
}
