:root,
html,
body,
[data-bs-theme="light"] {
  --bs-body-bg: #000000 !important;
  --bs-body-bg-rgb: 0, 0, 0 !important;
  --bs-body-color: #ffffff !important;
  --bs-body-color-rgb: 255, 255, 255 !important;
}
