/* static/css/theme_bootstrap.css */
/* Critical pre-paint theme colors to prevent white flash. */

html {
  background-color: #F4F2EE;
  color-scheme: light;
}

html.dark-mode,
html[data-theme="dark"] {
  background-color: #121212;
  color-scheme: dark;
}

body {
  background-color: transparent;
}

html.dark-mode body,
html[data-theme="dark"] body {
  background-color: #121212;
  color: #e9ecef;
}
