:root, [data-bs-theme=light] {
  --bs-body-color: #e2e3e5;
  --bs-body-color-rgb: 226,227,229;
  --bs-body-bg: #252a2e;
  --bs-body-bg-rgb: 37,42,46;
  --bs-secondary-color: rgba(226,227,229,0.75);
  --bs-secondary-color-rgb: 226,227,229,0.75;
  --bs-tertiary-color: rgba(226,227,229,0.5);
  --bs-tertiary-color-rgb: 226,227,229,0.5;
}

