/* Force LIGHT theme across all devices and screen sizes.
 * Loaded after /css/style-main.css and /css/responsive.css.
 */

/* Hide dark mode UI controls everywhere */
.js-darkmode-btn,
.mobile-dark-mode,
.right-nav .js-darkmode-btn,
.right-nav .js-darkmode-btn * {
  display: none !important;
}

/* If anything accidentally adds the dark class, neutralize the most visible pieces */
body.body_dark {
  background: #ffffff !important;
  color: #1d2746 !important;
}


