/* Dark Theme */
body.theme-dark {
    --bg: #1e1f28;
    --bg-block: #2a2b37;
    --text: #fff;
    --text-muted: #b0b0c0;
}

/* Light Theme */
body.theme-light {
    --bg: #f4f5f7;
    --bg-block: #ffffff;
    --text: #1e1f28;
    --text-muted: #666666;
}