:root, [data-bs-theme=light] {
  --bs-primary: #bb3eaf;
  --bs-primary-rgb: 187,62,175;
  --bs-primary-text-emphasis: #4B1946;
  --bs-primary-bg-subtle: #F1D8EF;
  --bs-primary-border-subtle: #E4B2DF;
  --bs-link-color: #a6389b;
  --bs-link-color-rgb: 166,56,155;
  --bs-link-hover-color: rgb(147,57,190);
  --bs-link-hover-color-rgb: 147,57,190;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bb3eaf;
  --bs-btn-border-color: #bb3eaf;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9F3595;
  --bs-btn-hover-border-color: #96328C;
  --bs-btn-focus-shadow-rgb: 245,226,243;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #96328C;
  --bs-btn-active-border-color: #8C2F83;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bb3eaf;
  --bs-btn-disabled-border-color: #bb3eaf;
}

.btn-outline-primary {
  --bs-btn-color: #bb3eaf;
  --bs-btn-border-color: #bb3eaf;
  --bs-btn-focus-shadow-rgb: 187,62,175;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb3eaf;
  --bs-btn-hover-border-color: #bb3eaf;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bb3eaf;
  --bs-btn-active-border-color: #bb3eaf;
  --bs-btn-disabled-color: #bb3eaf;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bb3eaf;
}

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

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

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

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

.me-1 {
  margin-right: .25rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

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

.mb-1 {
  margin-bottom: .25rem !important;
}

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

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

.mb-5 {
  margin-bottom: 3rem !important;
}

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

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

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

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

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

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

