:root {
    /* Fonts */
    --font-heading: 'Outfit', sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* Enforced Dark Theme (Cyberpunk / Terminal) */
    --bg-color: #0a0a0f;
    --text-color: #e0e0e0;
    --accent-primary: #00ff9d;
    /* Neon Green */
    --accent-secondary: #00b8ff;
    /* Neon Blue */
    --card-bg: rgba(20, 20, 30, 0.7);
    --border-color: #333333;
    --shadow: 0 4px 20px rgba(0, 255, 157, 0.1);

    --nav-height: 70px;
    --transition-speed: 0.3s;
}