:root, [data-bs-theme=light] {
  --bs-primary: #895037;
  --bs-primary-rgb: 137,80,55;
  --bs-primary-text-emphasis: #372016;
  --bs-primary-bg-subtle: #E7DCD7;
  --bs-primary-border-subtle: #D0B9AF;
  --bs-light: #f5efe0;
  --bs-light-rgb: 245,239,224;
  --bs-light-text-emphasis: #62605A;
  --bs-light-bg-subtle: #FDFCF9;
  --bs-light-border-subtle: #FBF9F3;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #895037;
  --bs-btn-border-color: #895037;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #74442F;
  --bs-btn-hover-border-color: #6E402C;
  --bs-btn-focus-shadow-rgb: 237,229,225;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6E402C;
  --bs-btn-active-border-color: #673C29;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #895037;
  --bs-btn-disabled-border-color: #895037;
}

.btn-outline-primary {
  --bs-btn-color: #895037;
  --bs-btn-border-color: #895037;
  --bs-btn-focus-shadow-rgb: 137,80,55;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #895037;
  --bs-btn-hover-border-color: #895037;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #895037;
  --bs-btn-active-border-color: #895037;
  --bs-btn-disabled-color: #895037;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #895037;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f5efe0;
  --bs-btn-border-color: #f5efe0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D0CBBE;
  --bs-btn-hover-border-color: #C4BFB3;
  --bs-btn-focus-shadow-rgb: 37,36,34;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #C4BFB3;
  --bs-btn-active-border-color: #B8B3A8;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f5efe0;
  --bs-btn-disabled-border-color: #f5efe0;
}

.btn-outline-light {
  --bs-btn-color: #f5efe0;
  --bs-btn-border-color: #f5efe0;
  --bs-btn-focus-shadow-rgb: 245,239,224;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f5efe0;
  --bs-btn-hover-border-color: #f5efe0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f5efe0;
  --bs-btn-active-border-color: #f5efe0;
  --bs-btn-disabled-color: #f5efe0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5efe0;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 1.5rem !important;
  }
}

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

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

