:root, [data-bs-theme=light] {
  --bs-body-color: #343a40;
  --bs-body-color-rgb: 52,58,64;
  --bs-secondary-color: rgba(52,58,64,0.75);
  --bs-secondary-color-rgb: 52,58,64,0.75;
  --bs-tertiary-color: rgba(52,58,64,0.5);
  --bs-tertiary-color-rgb: 52,58,64,0.5;
  --bs-body-font-family: Lato, sans-serif;
}

