/* Winston V3 — light theme (default). Defined in tokens.css; this file
   exists so the import graph mirrors V2 and so the dark theme has a peer. */

html[data-theme="light"] {
  /* All tokens already light by default — see tokens.css. */
  color-scheme: light;
}
