:root,
[data-theme="light"] {
    color-scheme: light;
    --nwc-canvas: #f5f6f3;
    --nwc-surface: #ffffff;
    --nwc-ink: #17211c;
    --nwc-muted: #52615a;
    --nwc-border: #d5ddd5;
    --nwc-border-strong: #9aa99f;
    --nwc-action: #245c45;
    --nwc-action-strong: #184d36;
    --nwc-action-soft: #e8f3ec;
    --nwc-action-contrast: #ffffff;
    --nwc-focus: #52b788;
    --nwc-focus-ring: rgba(82, 183, 136, 0.35);
    --nwc-danger: #9d2f2f;
    --nwc-danger-soft: #fff1f1;
    --nwc-warning: #8a5a00;
    --nwc-warning-soft: #fdf3e1;
    --nwc-success: #245c45;
    --nwc-success-soft: #e6f4ec;
    --nwc-info: #1f4d5c;
    --nwc-info-soft: #e7f2f6;
    --nwc-nav-surface: #eef2ee;
    --nwc-nav-text: #1f2a24;
    --nwc-nav-section: #47564e;
    --nwc-nav-hover-surface: #dbe8df;
    --nwc-nav-active-surface: #cfe3d7;
    --nwc-nav-active-text: #0f3d2b;
    --nwc-nav-active-border: #245c45;
    --nwc-radius: 0.375rem;
}

[data-theme="dark"] {
    color-scheme: dark;
    --nwc-canvas: #111613;
    --nwc-surface: #1a211c;
    --nwc-ink: #e6ece8;
    --nwc-muted: #9fb0a6;
    --nwc-border: #2e3a33;
    --nwc-border-strong: #46554c;
    --nwc-action: #4fa97f;
    --nwc-action-strong: #6fc096;
    --nwc-action-soft: #1d3328;
    --nwc-action-contrast: #0e1511;
    --nwc-focus: #52b788;
    --nwc-focus-ring: rgba(82, 183, 136, 0.4);
    --nwc-danger: #e07a7a;
    --nwc-danger-soft: #3a2020;
    --nwc-warning: #d8a23a;
    --nwc-warning-soft: #3a2f17;
    --nwc-success: #5fb88f;
    --nwc-success-soft: #1d3328;
    --nwc-info: #6db3c7;
    --nwc-info-soft: #16323a;
    --nwc-nav-surface: #161d18;
    --nwc-nav-text: #d5dfd9;
    --nwc-nav-section: #8fa297;
    --nwc-nav-hover-surface: #222c26;
    --nwc-nav-active-surface: #1d3328;
    --nwc-nav-active-text: #a8d8bd;
    --nwc-nav-active-border: #4fa97f;
}
