:root, [data-bs-theme=light] {
  --bs-body-font-family: 'Roboto Condensed', sans-serif;
}

.p-4 {
  padding: 1.5rem!important;
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

@media (min-width:1200px) {
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

