:root, [data-bs-theme=light] {
  --bs-body-bg: #f3f4f5;
  --bs-body-bg-rgb: 243,244,245;
}

[data-bs-theme=dark] {
  --bs-body-color: #e8e8e8;
  --bs-body-color-rgb: 232,232,232;
  --bs-secondary-color: rgba(232,232,232,0.75);
  --bs-secondary-color-rgb: 232,232,232,0.75;
  --bs-tertiary-color: rgba(232,232,232,0.5);
  --bs-tertiary-color-rgb: 232,232,232,0.5;
  --bs-body-bg: #000000;
  --bs-body-bg-rgb: 0,0,0;
}

