html, :root, [data-theme="dark"] {
    --pico-font-family: system-ui, -apple-system, sans-serif;
    --pico-primary: #007900;
    --pico-background: #002200;
    --pico-text: #ffffff;
    --pico-card-bg: #004000;
    --pico-nav-bg: #280000;
    --pico-nav-text: #ff8040;
    --pico-hero-bg: #052e16;
    --pico-hero-text: #22c55e;
    --pico-footer-bg: #170000;
    --pico-footer-text: #eab308;
    --pico-font-size: 13px;
    --pico-border-radius: 0.56rem;
    --pico-border-width: 1px;
    --pico-shadow: 0.53;
    --pico-spacing: 1.06rem;
    --pico-border-color: #22c55e;
}

html[data-theme="light"], [data-theme="light"] {
    --pico-primary: #008000;
    --pico-background: #e6ffe6;
    --pico-text: #0f172a;
    --pico-card-bg: #d5ffd5;
    --pico-nav-bg: #64ffb1;
    --pico-nav-text: #0f172a;
    --pico-hero-bg: #b3ffb3;
    --pico-hero-text: #0f172a;
    --pico-footer-bg: #9fffcf;
    --pico-footer-text: #475569;
    --pico-border-color: #80ff80;
}