:root, [data-bs-theme=light] {
  --bs-primary: #d69220;
  --bs-primary-rgb: 214,146,32;
  --bs-primary-text-emphasis: #563A0D;
  --bs-primary-bg-subtle: #F7E9D2;
  --bs-primary-border-subtle: #EFD3A6;
  --bs-body-color: #000000;
  --bs-body-color-rgb: 0,0,0;
  --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;
  --bs-body-font-family: 'Fira Sans', sans-serif;
  --bs-body-font-size: 30px;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 42px;
  --bs-link-color: #000000;
  --bs-link-color-rgb: 0,0,0;
  --bs-link-hover-color: rgba(0,0,0,0.75);
  --bs-link-hover-color-rgb: 0,0,0,0.75;
  --bs-link-decoration: none;
  --bs-link-hover-decoration: underline;
  --bs-focus-ring-width: 0rem;
  --bs-focus-ring-opacity: 0;
  --bs-focus-ring-color: rgba(13,110,253,0);
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #d69220;
  --bs-btn-border-color: #d69220;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #DCA241;
  --bs-btn-hover-border-color: #DA9D36;
  --bs-btn-focus-shadow-rgb: 32,22,5;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #DEA84D;
  --bs-btn-active-border-color: #DA9D36;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #d69220;
  --bs-btn-disabled-border-color: #d69220;
}

.btn-outline-primary {
  --bs-btn-color: #d69220;
  --bs-btn-border-color: #d69220;
  --bs-btn-focus-shadow-rgb: 214,146,32;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d69220;
  --bs-btn-hover-border-color: #d69220;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #d69220;
  --bs-btn-active-border-color: #d69220;
  --bs-btn-disabled-color: #d69220;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d69220;
}

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

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

.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;
}

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

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

