/* ===== PRINTAXIS — VARIABLES & BASE ===== */

:root {
  --accent: #00d4ff;
  --accent2: #7b2fff;
  --danger: #ff4757;
  --success: #2ed573;
  --warning: #ffb700;

  /* DARK THEME */
  --bg: #070810;
  --bg2: #0d0f1c;
  --bg3: #131628;
  --surface: rgba(255,255,255,0.04);
  --surface-hover: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.08);
  --text: #f0f2ff;
  --text2: #8892b0;
  --text3: #4a5568;
  --nav-bg: rgba(7,8,16,0.85);
  --card-glow: rgba(0,212,255,0.08);
  --hero-sub: #8892b0;
  --footer-bg: #050609;
}

[data-theme="light"] {
  --bg: #f4f6fb;
  --bg2: #eaecf5;
  --bg3: #dde0f0;
  --surface: rgba(0,0,0,0.04);
  --surface-hover: rgba(0,0,0,0.07);
  --border: rgba(0,0,0,0.10);
  --text: #0a0c18;
  --text2: #3a4060;
  --text3: #8892b0;
  --nav-bg: rgba(244,246,251,0.88);
  --card-glow: rgba(0,100,200,0.06);
  --hero-sub: #3a4060;
  --footer-bg: #dde0f0;
}
