:root, [data-bs-theme=light] {
  --bs-body-color: #f8f9fa;
  --bs-body-color-rgb: 248,249,250;
  --bs-body-bg: #1b5d66;
  --bs-body-bg-rgb: 27,93,102;
  --bs-secondary-color: rgba(248,249,250,0.75);
  --bs-secondary-color-rgb: 248,249,250,0.75;
  --bs-tertiary-color: rgba(248,249,250,0.5);
  --bs-tertiary-color-rgb: 248,249,250,0.5;
}

