:root, [data-bs-theme=light] {
  --bs-body-color: #125da8;
  --bs-body-color-rgb: 18,93,168;
  --bs-secondary-color: rgba(18,93,168,0.75);
  --bs-secondary-color-rgb: 18,93,168,0.75;
  --bs-tertiary-color: rgba(18,93,168,0.5);
  --bs-tertiary-color-rgb: 18,93,168,0.5;
}

