:root {
    --background-1: #0a0a12;
    --background-2: #12121c;
    --background-3: #1a1a26;
    --background-4: #222232;

    --accent-1: #6c5ce7;
    --accent-2: #a29bfe;
    --accent-3: #00cec9;

    --text: #e2e2f0;
    --text-secondary: #a0a0c0;

    --radius: 12px;
    --gap: 16px;

    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.5);

    --ease: all 0.3s ease;
}