.page__content h2 {
  border-bottom: none;
  padding-bottom: 0; /* keeps spacing tight */
}


#theme-toggle {
  display: none !important;
}


:root {
  color-scheme: light !important;
}

html[data-theme="dark"],
body[data-theme="dark"] {
  background-color: #ffffff !important;
  color: #000000 !important;
}

a.no-underline {
  text-decoration: none !important;
}

a.no-underline:hover,
a.no-underline:focus {
  text-decoration: underline !important;
}