/* Light theme tokens already in :root (main.css). Placeholder for overrides. */
html[data-theme="light"] body {
    color-scheme: light;
}
