:root, [data-bs-theme=light] {
  --bs-body-color: #2d2c38;
  --bs-body-color-rgb: 45,44,56;
  --bs-secondary-color: rgba(45,44,56,0.75);
  --bs-secondary-color-rgb: 45,44,56,0.75;
  --bs-tertiary-color: rgba(45,44,56,0.5);
  --bs-tertiary-color-rgb: 45,44,56,0.5;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
}

[data-bs-theme=dark] {
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(255,255,255,0.75);
  --bs-secondary-color-rgb: 255,255,255,0.75;
  --bs-tertiary-color: rgba(255,255,255,0.5);
  --bs-tertiary-color-rgb: 255,255,255,0.5;
  --bs-body-bg: #2d2c38;
  --bs-body-bg-rgb: 45,44,56;
}

