:root, [data-bs-theme=light] {
  --bs-body-color: #f8f9fa;
  --bs-body-color-rgb: 248,249,250;
  --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;
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-font-size: 1.3rem;
  --bs-body-font-weight: 300;
  --bs-link-color: #f8f9fa;
  --bs-link-color-rgb: 248,249,250;
  --bs-link-hover-color: #bbc0c5;
  --bs-link-hover-color-rgb: 187,192,197;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: underline;
}

a {
  text-decoration: var(--bs-link-decoration);
}

a:hover {
  text-decoration: var(--bs-link-hover-decoration);
}

[data-bs-theme=dark] {
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-font-size: 1.2rem;
  --bs-body-font-weight: normal;
}

