
:root {
    --primary: #860707;
    --primary-dark: #720000;
    --secondary: #ffbb00;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color2: #ffffff;
    --text-color-button: #050505;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #ffffff;
}
