/* Dark 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 sets the UA color-scheme. The
   matching --kp-pal-* dark values are selected there by these same selectors. */
:root[data-kpress-resolved-theme="dark"] .kpress,
:root[data-kpress-resolved-theme="dark"] .kpress-page-main,
:root[data-kpress-resolved-theme="dark"] .kpress-tooltip,
.kpress[data-kpress-theme="dark"] {
  color-scheme: dark;
}
