:root {
    --accent: #98971a;
}

[data-theme="light"] {
    --text: #3c3836;
    --background: #fbf1c7;
    --primary: #7c6f64;
    --secondary: #ebdab4;
}

[data-theme="dark"] {
    --text: #ebdbb2;
    --background: #282828;
    --primary: #a89984;
    --secondary: #3c3836;
}