/* AceBGCSE subject-reader brand and dark-canvas consistency. */
:root {
  color-scheme: dark;
}

html {
  background: #050914 !important;
  scroll-behavior: auto !important;
}

body.physics-body {
  background: #050914 !important;
  color-scheme: dark;
}

.ace-reader-brand-mark,
.geo-brand-mark,
.course-logo .logo-mark {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.ace-reader-brand-mark::selection,
.geo-brand-mark::selection,
.course-logo .logo-mark::selection {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}