:root, [data-bs-theme=light] {
  --bs-primary: #dc8342;
  --bs-primary-rgb: 220,131,66;
  --bs-primary-text-emphasis: #58341A;
  --bs-primary-bg-subtle: #F8E6D9;
  --bs-primary-border-subtle: #F1CDB3;
  --bs-link-color: #dc9542;
  --bs-link-color-rgb: 220,149,66;
  --bs-link-hover-color: #b07035;
  --bs-link-hover-color-rgb: 176,112,53;
  --bs-link-decoration: underline;
  --bs-link-hover-decoration: underline;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #dc8342;
  --bs-btn-border-color: #dc8342;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #E1965E;
  --bs-btn-hover-border-color: #E08F55;
  --bs-btn-focus-shadow-rgb: 33,20,10;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E39C68;
  --bs-btn-active-border-color: #E08F55;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #dc8342;
  --bs-btn-disabled-border-color: #dc8342;
}

.btn-outline-primary {
  --bs-btn-color: #dc8342;
  --bs-btn-border-color: #dc8342;
  --bs-btn-focus-shadow-rgb: 220,131,66;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #dc8342;
  --bs-btn-hover-border-color: #dc8342;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #dc8342;
  --bs-btn-active-border-color: #dc8342;
  --bs-btn-disabled-color: #dc8342;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc8342;
}

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

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

[data-bs-theme=dark] {
  --bs-link-color: #dc9542;
  --bs-link-color-rgb: 220,149,66;
  --bs-link-hover-color: #b07035;
  --bs-link-hover-color-rgb: 176,112,53;
}

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

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

.mt-2 {
  margin-top: .5rem !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-5 {
  margin-bottom: 3rem !important;
}

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

.ms-3 {
  margin-left: 1rem !important;
}

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

.p-2 {
  padding: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
}

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

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 6rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
}

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

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

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

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

@media (min-width: 1400px) {
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
}

