:root {
  --bg: #0e0e14;
  --bg2: #16161f;
  --bg3: #1e1e2a;
  --card: #1a1a26;
  --card2: #22222f;
  --border: #2a2a3a;
  --yellow: #facc15;
  --yellow-dim: #ca8a04;
  --yellow-glow: rgba(250, 204, 21, 0.18);
  --blue: #3b82f6;
  --blue-dim: #2563eb;
  --blue-glow: rgba(59, 130, 246, 0.15);
  --white: #f0f0f8;
  --white2: #b0b0c8;
  --gray: #5a5a72;
  --success: #22c55e;
  --font-title: "Poppins", sans-serif;
  --font-body: "JetBrains Mono", monospace;
  --radius: 16px;
}
