:root, [data-bs-theme=light] {
  --bs-body-color: #16acb7;
  --bs-body-color-rgb: 22,172,183;
  --bs-secondary-color: rgba(22,172,183,0.75);
  --bs-secondary-color-rgb: 22,172,183,0.75;
  --bs-tertiary-color: rgba(22,172,183,0.5);
  --bs-tertiary-color-rgb: 22,172,183,0.5;
  --bs-body-font-size: 1rem;
  --bs-body-line-height: 1.5;
  --bs-link-color: #11b6ea;
  --bs-link-color-rgb: 17,182,234;
  --bs-link-hover-color: #35d7e1;
  --bs-link-hover-color-rgb: 53,215,225;
  --bs-border-width: 1px;
  --bs-border-color: #f8fafb;
}

