:root, [data-bs-theme=light] {
  --bs-border-color: #fbfdff;
}

[data-bs-theme=dark] {
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33,37,41;
}

