:root {
    --accent: #4CE0B3;
    --accent-dim: #2a9d7e;
    --accent-dark: #1a6b55;
    --accent-glow: rgba(76, 224, 179, 0.3);
    --accent-glow-strong: rgba(76, 224, 179, 0.6);
    --accent-glow-subtle: rgba(76, 224, 179, 0.08);

    --bg-dark: #080b10;
    --bg-surface: #0e1319;
    --bg-card: #111820;
    --bg-card-hover: #162029;
    --bg-elevated: #1a2332;

    --text-primary: #e8edf2;
    --text-secondary: #8a95a5;
    --text-muted: #4a5568;
    --text-accent: var(--accent);

    --border-subtle: rgba(76, 224, 179, 0.06);
    --border-default: rgba(76, 224, 179, 0.1);
    --border-hover: rgba(76, 224, 179, 0.2);
    --border-strong: rgba(76, 224, 179, 0.35);

    --discord: #5865F2;
    --discord-hover: #4752c4;

    --font-display: 'Rajdhani', sans-serif;
    --font-body: 'Outfit', sans-serif;

    --section-padding: 130px;
    --container-max: 1200px;
    --nav-height: 72px;

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --radius-full: 50px;

    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
    --duration-fast: 0.25s;
    --duration-normal: 0.35s;
    --duration-slow: 0.6s;

    --shadow-glow: 0 0 30px var(--accent-glow);
    --shadow-glow-strong: 0 0 60px var(--accent-glow), 0 12px 40px var(--accent-glow);
    --shadow-discord: 0 6px 20px rgba(88, 101, 242, 0.4);
}
