:root, [data-bs-theme=light] {
  --bs-body-color: #7a7a7a;
  --bs-body-color-rgb: 122,122,122;
  --bs-secondary-color: rgba(122,122,122,0.75);
  --bs-secondary-color-rgb: 122,122,122,0.75;
  --bs-tertiary-color: rgba(122,122,122,0.5);
  --bs-tertiary-color-rgb: 122,122,122,0.5;
  --bs-body-font-family: Archivo, sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-line-height: 28px;
}

