:root {
  --bs-body-bg: #f4f6f8;
}

[data-bs-theme="dark"] {
  --bs-body-bg: #121212;
}
