:root, [data-bs-theme=light] {
  --bs-primary: #99b7dd;
  --bs-primary-rgb: 153,183,221;
  --bs-primary-text-emphasis: #3D4958;
  --bs-primary-bg-subtle: #EBF1F8;
  --bs-primary-border-subtle: #D6E2F1;
  --bs-secondary: #f4dec5;
  --bs-secondary-rgb: 244,222,197;
  --bs-secondary-text-emphasis: #62594F;
  --bs-secondary-bg-subtle: #FDF8F3;
  --bs-secondary-border-subtle: #FBF2E8;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --bs-body-bg: #f4dec5;
  --bs-body-bg-rgb: 244,222,197;
  --bs-secondary-color: rgba(0,0,0,0.75);
  --bs-secondary-color-rgb: 0,0,0,0.75;
  --bs-tertiary-color: rgba(0,0,0,0.5);
  --bs-tertiary-color-rgb: 0,0,0,0.5;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #99b7dd;
  --bs-btn-border-color: #99b7dd;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #A8C2E2;
  --bs-btn-hover-border-color: #A3BEE0;
  --bs-btn-focus-shadow-rgb: 23,27,33;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ADC5E4;
  --bs-btn-active-border-color: #A3BEE0;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #99b7dd;
  --bs-btn-disabled-border-color: #99b7dd;
}

.btn-outline-primary {
  --bs-btn-color: #99b7dd;
  --bs-btn-border-color: #99b7dd;
  --bs-btn-focus-shadow-rgb: 153,183,221;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #99b7dd;
  --bs-btn-hover-border-color: #99b7dd;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #99b7dd;
  --bs-btn-active-border-color: #99b7dd;
  --bs-btn-disabled-color: #99b7dd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #99b7dd;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f4dec5;
  --bs-btn-border-color: #f4dec5;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F6E3CE;
  --bs-btn-hover-border-color: #F5E1CB;
  --bs-btn-focus-shadow-rgb: 37,33,30;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F6E5D1;
  --bs-btn-active-border-color: #F5E1CB;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f4dec5;
  --bs-btn-disabled-border-color: #f4dec5;
}

.btn-outline-secondary {
  --bs-btn-color: #f4dec5;
  --bs-btn-border-color: #f4dec5;
  --bs-btn-focus-shadow-rgb: 244,222,197;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f4dec5;
  --bs-btn-hover-border-color: #f4dec5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f4dec5;
  --bs-btn-active-border-color: #f4dec5;
  --bs-btn-disabled-color: #f4dec5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f4dec5;
}

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

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

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

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

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

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

.me-0 {
  margin-right: 0!important;
}

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

.me-auto {
  margin-right: auto!important;
}

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

.mb-1 {
  margin-bottom: .25rem!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;
}

.ms-2 {
  margin-left: .5rem!important;
}

.ms-auto {
  margin-left: auto!important;
}

@media (min-width: 576px) {
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
}

@media (min-width:768px) {
  .me-md-2 {
    margin-right: .5rem!important;
  }
}

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

@media (min-width:992px) {
  .me-lg-2 {
    margin-right: .5rem!important;
  }
}

