/*body.theme-light {
    --bg: #f2f2f2;
    --bg-surface: #ffffff;
    --bg-raised: #e8e8e8;
    --bg-input: #ffffff;
    --border: #cccccc;
    --text: #1a1a1a;
    --text-primary: #1a1a1a;
    --text-muted: #606060;
    --accent: #2a6db5;
    --accent-hover: #3a85d0;
    --status-ok: #2d8a5c;
    --status-error: #c0392b;
}*/
body.theme-light {
    --bg:      #f2f2f2;
    --bg-2:    #ffffff;
    --bg-3:    #e8e8e8;
    --line:      #cccccc;
    --line-soft: #e0e0e0;
    --ink:   #1a1a1a;
    --ink-2: #3a3a3a;
    --ink-3: #606060;
    --ink-4: #909090;
    --accent:      #2a6db5;
    --accent-glow: #3a85d0;
    --ok:  #2d8a5c;
    --bad: #c0392b;
}
