/* ═══════════════════════════════════════════════
   BELLUCCI | DESIGN SYSTEM — VARIABLES
   DA: monochrome white/black, site bellucci-enhanced
   ═══════════════════════════════════════════════ */

:root {
    --bg: #090909;
    --accent: #00F0FF;
    /* kept for WebGL glow only */
    --accent-dim: rgba(0, 240, 255, 0.2);
    --alert: #FF2A2A;
    --white: rgba(255, 255, 255, 1);
    --white-60: rgba(255, 255, 255, 0.6);
    --white-30: rgba(255, 255, 255, 0.3);
    --white-10: rgba(255, 255, 255, 0.1);
    --white-05: rgba(255, 255, 255, 0.05);

    --font-display: 'Syne', sans-serif;
    --font-tech: 'IBM Plex Mono', monospace;
    --font-mono: 'JetBrains Mono', monospace;
}