[data-theme="light"] {
    --text: #000000;
    --background: #ffffff;
    --primary: #595959;
    --secondary: #f0f0f0;
    --accent: #006800;
}

[data-theme="dark"] {
    --text: #ffffff;
    --background: #000000;
    --primary: #989898;
    --secondary: #1e1e1e;
    --accent: #44bc44;
}