:root, [data-bs-theme=light] {
  --bs-body-font-family: 'Degular Mono';
  --bs-body-font-size: 12pt;
  --bs-body-font-weight: 200;
  --bs-body-line-height: 1.7;
}

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

.mt-1 {
  margin-top: .25rem!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-4 {
  margin-top: 6rem !important;
}

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

.me-2 {
  margin-right: .5rem!important;
}

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

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

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

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

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

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

.p-0 {
  padding: 0!important;
}

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

.px-2 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

.py-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

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

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

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

.pb-2 {
  padding-bottom: 1.2rem !important;
}

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

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

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 576px) {
  .mb-sm-1 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 1.7999999999999998rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 6rem !important;
  }
}

@media (min-width: 768px) {
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width:768px) {
  .pe-md-4 {
    padding-right: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .mb-lg-0 {
    margin-bottom: 0!important;
  }
}

