:root{
    --bg: #ffffff;
    --text: #000000;
    --button: #9e9e9e;
    --button_hover: #777676;
    --primary: #d4d4d4;
    --secondary: #424242;
}
.dark{
    --bg: #000000;
    --text: #ffffff;
    --button: #454545;
    --button_hover: #585858;
    --primary: #2a2a2a;
    --secondary: #c0c0c0;
}