
:root {
    --primary: #ff9500;
    --primary-dark: #eb8100;
    --secondary: #ff4d00;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color2: #ffffff;
    --text-color-button: #ffffff;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #ff5733;
}
