
:root {
    --primary: #6c5ce7;
    --primary-dark: #5649c0;
    --secondary: #a29bfe;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #FFFFFF;
    --text-color: #000000;
    --text-color2: #FFFFFF;
    --text-color-button: #FFFFFF;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #FF5733;
}
