/* =============================================================================
 * Light theme placeholder — `:root` (default) is already light.
 * This file exists so /assets/css/themes/ has both pairs and any future
 * light-only overrides have a home.
 * ============================================================================= */

/* Explicit opt-in for users who set "Light" in the toggle.
   Currently no overrides are needed because :root is already the light palette. */
[data-theme="light"] { color-scheme: light; }
