[data-theme="light"] {
    --text: #15160e;
    --background: #f5f5ef;
    --primary: #515436;
    --secondary: #95bbad;
    --accent: #687700;
}

[data-theme="dark"] {
    --text: #f0f1e9;
    --background: #10100a;
    --primary: #c6c9ab;
    --secondary: #446a5c;
    --accent: #bcd435;
}