:root, [data-bs-theme=light] {
  --bs-body-font-family: 'Titillium Web', sans-serif;
  --bs-body-font-weight: 300;
}

.m-auto {
  margin: auto!important;
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important;
}

.mt-2 {
  margin-top: .5rem!important;
}

.mt-auto {
  margin-top: auto!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

