/* ══════════════════════════════════════════════
   CSS VARIABLES & THEME CONFIGURATION
   ══════════════════════════════════════════════ */

:root {
  --bg: #0f0f17;
  --bg2: #16161f;
  --card: #1c1c28;
  --card2: #24243a;
  --border: #2a2a40;
  --yellow: #facc15;
  --yellow-dim: #d4a017;
  --yellow-glow: rgba(250, 204, 21, 0.12);
  --yellow-soft: rgba(250, 204, 21, 0.06);
  --blue: #3b82f6;
  --white: #ebebf5;
  --white2: #9898b0;
  --gray: #55556a;
  --success: #22c55e;
  --danger: #ef4444;
  --warning: #f59e0b;
  --font-title: "Poppins", sans-serif;
  --font-body: "JetBrains Mono", monospace;
  --radius: 14px;
  --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
