/* ==========================================================
   CSS Custom Properties — Theme Token System
   Portfolio of Harsh Palkrutwar
   ========================================================== */

:root {
  /* Carbon Noir (Default Theme) */
  --bg-base: #06060a;
  --bg-surface: #0e0e16;
  --border-mute: rgba(255, 255, 255, 0.05);
  --text-primary: #f8fafc;
  --text-muted: #94a3b8;
  --accent-color: #6366f1;
  --accent-glow: rgba(99, 102, 241, 0.4);
  --accent-color-rgb: 99, 102, 241;
  --card-shine: rgba(255, 255, 255, 0.02);
}
