html[data-theme="light"]{
    --theme-page-bg-start:#f8f5f0;
    --theme-page-bg-mid:#f0ece4;
    --theme-page-bg-end:#e8e4da;
    --theme-page-glow-a:rgba(0,104,71,.1);
    --theme-page-glow-b:rgba(196,18,48,.07);
    --theme-text-main:#1a1a1a;
    --theme-text-muted:#5a5a5a;
    --theme-heading:#006847;
    --theme-surface:#ffffff;
    --theme-surface-2:#f5f2ec;
    --theme-surface-3:#ece8e0;
    --theme-surface-overlay-top:rgba(248,245,240,.94);
    --theme-surface-overlay-bottom:rgba(255,255,255,.97);
    --theme-surface-glass:rgba(255,255,255,.72);
    --theme-header-bg:rgba(255,255,255,.96);
    --theme-border-soft:rgba(0,104,71,.14);
    --theme-shadow:0 20px 60px rgba(0,0,0,.09);
    --theme-kicker:#006847;
    --theme-link:#006847;
    --theme-link-hover:#C41230;
    --theme-pill-bg:rgba(0,104,71,.1);
    --theme-pill-text:#006847;
    --theme-stat-bg:#f0f5f0;
    --theme-stat-small:#5a7a5a;
    --theme-stat-strong:#1a2a1a;
    --theme-panel-text:#1a1a1a;
    --theme-panel-muted:#5a5a5a;
    --theme-price-bg:rgba(196,18,48,.09);
    --theme-price-text:#C41230;
    --theme-note-border:rgba(0,104,71,.18);
    --theme-note-text:#4a6a4a;
    --theme-day-today-bg:#006847;
    --theme-day-today-text:#ffffff;
    --theme-toggle-bg:rgba(0,0,0,.06);
    --theme-toggle-hover:rgba(0,104,71,.1);
    --theme-debug-bg:#e8f5e9;
    --theme-debug-border:#006847;
}
