[data-theme="light"] {
    --text: #000;
    --background: #fff;
    --primary: #7f7f7f;
    --secondary: #c2c3c4;
    --accent: #22b14d;
}

[data-theme="dark"] {
    --text: #fff;
    --background: #000;
    --primary: #c2c3c4;
    --secondary: #7f7f7f;
    --accent: #b4e61d;
}