:root, [data-bs-theme=light] {
  --bs-primary: #98FF98;
  --bs-primary-rgb: 152,255,152;
  --bs-primary-text-emphasis: #3D663D;
  --bs-primary-bg-subtle: #EAFFEA;
  --bs-primary-border-subtle: #D6FFD6;
  --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: 'Inter Tight', sans-serif;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #98FF98;
  --bs-btn-border-color: #98FF98;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #A7FFA7;
  --bs-btn-hover-border-color: #A2FFA2;
  --bs-btn-focus-shadow-rgb: 23,38,23;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ADFFAD;
  --bs-btn-active-border-color: #A2FFA2;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #98FF98;
  --bs-btn-disabled-border-color: #98FF98;
}

.btn-outline-primary {
  --bs-btn-color: #98FF98;
  --bs-btn-border-color: #98FF98;
  --bs-btn-focus-shadow-rgb: 152,255,152;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #98FF98;
  --bs-btn-hover-border-color: #98FF98;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #98FF98;
  --bs-btn-active-border-color: #98FF98;
  --bs-btn-disabled-color: #98FF98;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #98FF98;
}

.p-4 {
  padding: 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;
}

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

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

@media (min-width: 768px) {
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pb-md-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) {
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

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

