:root { color-scheme: light only; }

html, body {
  background: #ffffff !important;
  color: #161616 !important;
}

@media (prefers-color-scheme: dark) {
  html, body,
  .site, .site-content, .content-area, main, article,
  .entry-content, .entry-title,
  header, .site-header, footer, .site-footer,
  .sidebar, .widget, .widget-area,
  input, textarea, select {
    background-color: #ffffff !important;
    color: #161616 !important;
  }
  a { color: #C8102E !important; }
}
