:root, .dark-theme{
    --color: #d9d9d9;
    --primary: #323232;
    --secondary: #222222;
    --background: #121212;
    --warning: #cf6679;
    --hover: #d9d9d926;
    --tooltip: #d9d9d9;
    --modal: #00000080;

    --tooltip-background: #323232;
    --color-default: #d9d9d9;
    --color-default-background: #d9d9d950;
}

.light-theme{
    --color: #000000;
    --primary: #ffffff;
    --secondary: #fafafa;
    --background: #f0f0f0;
    --warning: #b00020;
    --hover: #4f595726;
    --tooltip: #ffffff;

    --color-default: #4f5957;
    --color-default-background: #4f595750;
}
