/* Light theme color overrides.
   Applied when data-theme="light" on <html> (set by theme.js or inline script). */
[data-theme="light"] {
    --tg-theme-bg-color: #ffffff;
    --tg-theme-text-color: #1a1a2e;
    --tg-theme-hint-color: #6b6b7a;
    --tg-theme-link-color: #5a63c8;
    --tg-theme-button-color: #5a63c8;
    --tg-theme-button-text-color: #ffffff;
    --tg-theme-secondary-bg-color: #f0f0f5;

    /* Moon SVG colors — lighter background for day mode */
    --moon-dark-color: #c8d0e0;
    --moon-lit-color: #f5e6c8;
    --moon-glow-color: rgba(200, 170, 100, 0.2);
}
