/* Light theme — color-scheme only.

   All color VALUES live in the Palette options section of style-tokens.css (the
   design-token source of truth); this file just tells the UA to render light-mode
   form controls, scrollbars, etc. The matching --kp-pal-* light values are
   selected there by these same selectors. */
.kpress,
.kpress-page-main,
.kpress-tooltip,
:root[data-kpress-resolved-theme="light"] .kpress,
:root[data-kpress-resolved-theme="light"] .kpress-page-main,
:root[data-kpress-resolved-theme="light"] .kpress-tooltip {
  color-scheme: light;
}
