
:root {
    --primary: #121212;
    --primary-dark: #000000;
    --secondary: #616161;
    --dark: #2d3436;
    --light: #f4f6ff;
    --bg-color: #ffffff;
    --text-color: #000000;
    --text-color2: #ffffff;
    --text-color-button: #1c1c1c;
    --success: #00b894;
    --warning: #fdcb6e;
    --btn-color: #6affe9;
}
