:root {
    --background-1: #ffffff;
    --background-2: #f9f9f9;
    --background-3: #f0f0f5;
    --background-4: #e6e6ee;

    --accent-1: #6c5ce7;
    --accent-2: #4b32d1;
    --accent-3: #00b894;

    --text: #222222;
    --text-secondary: #555555;

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

    --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 12px 30px rgba(0, 0, 0, 0.2);

    --ease: all 0.3s ease;
}
