:root, [data-bs-theme=light] {
  --bs-body-color: #b3b8bc;
  --bs-body-color-rgb: 179,184,188;
  --bs-secondary-color: rgba(179,184,188,0.75);
  --bs-secondary-color-rgb: 179,184,188,0.75;
  --bs-tertiary-color: rgba(179,184,188,0.5);
  --bs-tertiary-color-rgb: 179,184,188,0.5;
}

