html,
body {
  background-color: #f8fafc;
}

html[data-bs-theme="dark"],
html[data-bs-theme="dark"] body {
  background-color: #172033;
  color-scheme: dark;
}
