:root, [data-bs-theme=light] {
  --bs-primary: #c33f79;
  --bs-primary-rgb: 195,63,121;
  --bs-primary-text-emphasis: #4E1930;
  --bs-primary-bg-subtle: #F3D9E4;
  --bs-primary-border-subtle: #E7B2C9;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c33f79;
  --bs-btn-border-color: #c33f79;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A63667;
  --bs-btn-hover-border-color: #9C3261;
  --bs-btn-focus-shadow-rgb: 246,226,235;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9C3261;
  --bs-btn-active-border-color: #922F5B;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c33f79;
  --bs-btn-disabled-border-color: #c33f79;
}

.btn-outline-primary {
  --bs-btn-color: #c33f79;
  --bs-btn-border-color: #c33f79;
  --bs-btn-focus-shadow-rgb: 195,63,121;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c33f79;
  --bs-btn-hover-border-color: #c33f79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c33f79;
  --bs-btn-active-border-color: #c33f79;
  --bs-btn-disabled-color: #c33f79;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c33f79;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-6 {
  margin-bottom: 4.5rem !important;
}

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.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: 768px) {
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}

