:root, [data-bs-theme=light] {
  --bs-primary: #ebb5ff;
  --bs-primary-rgb: 235,181,255;
  --bs-primary-text-emphasis: #5E4866;
  --bs-primary-bg-subtle: #FBF0FF;
  --bs-primary-border-subtle: #F7E1FF;
  --bs-secondary: #4e4e4e;
  --bs-secondary-rgb: 78,78,78;
  --bs-secondary-text-emphasis: #1F1F1F;
  --bs-secondary-bg-subtle: #DCDCDC;
  --bs-secondary-border-subtle: #B8B8B8;
  --bs-link-color: #ebb5ff;
  --bs-link-color-rgb: 235,181,255;
  --bs-link-hover-color: #ebb5ff;
  --bs-link-hover-color-rgb: 235,181,255;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ebb5ff;
  --bs-btn-border-color: #ebb5ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EEC0FF;
  --bs-btn-hover-border-color: #EDBCFF;
  --bs-btn-focus-shadow-rgb: 35,27,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EFC4FF;
  --bs-btn-active-border-color: #EDBCFF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ebb5ff;
  --bs-btn-disabled-border-color: #ebb5ff;
}

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

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4e4e4e;
  --bs-btn-border-color: #4e4e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424242;
  --bs-btn-hover-border-color: #3E3E3E;
  --bs-btn-focus-shadow-rgb: 228,228,228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3E3E3E;
  --bs-btn-active-border-color: #3B3B3B;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4e4e4e;
  --bs-btn-disabled-border-color: #4e4e4e;
}

.btn-outline-secondary {
  --bs-btn-color: #4e4e4e;
  --bs-btn-border-color: #4e4e4e;
  --bs-btn-focus-shadow-rgb: 78,78,78;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4e4e4e;
  --bs-btn-hover-border-color: #4e4e4e;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #4e4e4e;
  --bs-btn-disabled-color: #4e4e4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4e4e4e;
}

[data-bs-theme=dark] {
  --bs-primary: #ebb5ff;
  --bs-primary-rgb: 235,181,255;
  --bs-primary-text-emphasis: #F3D3FF;
  --bs-primary-bg-subtle: #2F2433;
  --bs-primary-border-subtle: #8D6D99;
  --bs-secondary: #4e4e4e;
  --bs-secondary-rgb: 78,78,78;
  --bs-secondary-text-emphasis: #959595;
  --bs-secondary-bg-subtle: #101010;
  --bs-secondary-border-subtle: #2F2F2F;
  --bs-body-color: #4e4e4e;
  --bs-body-color-rgb: 78,78,78;
  --bs-secondary-color: rgba(78,78,78,0.75);
  --bs-secondary-color-rgb: 78,78,78,0.75;
  --bs-tertiary-color: rgba(78,78,78,0.5);
  --bs-tertiary-color-rgb: 78,78,78,0.5;
  --bs-link-hover-color: #ebb5ff;
  --bs-link-hover-color-rgb: 235,181,255;
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ebb5ff;
  --bs-btn-border-color: #ebb5ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EEC0FF;
  --bs-btn-hover-border-color: #EDBCFF;
  --bs-btn-focus-shadow-rgb: 35,27,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EFC4FF;
  --bs-btn-active-border-color: #EDBCFF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ebb5ff;
  --bs-btn-disabled-border-color: #ebb5ff;
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: #ebb5ff;
  --bs-btn-border-color: #ebb5ff;
  --bs-btn-focus-shadow-rgb: 235,181,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ebb5ff;
  --bs-btn-hover-border-color: #ebb5ff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ebb5ff;
  --bs-btn-active-border-color: #ebb5ff;
  --bs-btn-disabled-color: #ebb5ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ebb5ff;
}

[data-bs-theme=dark] .btn-secondary, .btn-secondary[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4e4e4e;
  --bs-btn-border-color: #4e4e4e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424242;
  --bs-btn-hover-border-color: #3E3E3E;
  --bs-btn-focus-shadow-rgb: 228,228,228;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3E3E3E;
  --bs-btn-active-border-color: #3B3B3B;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4e4e4e;
  --bs-btn-disabled-border-color: #4e4e4e;
}

[data-bs-theme=dark] .btn-outline-secondary, .btn-outline-secondary[data-bs-theme=dark] {
  --bs-btn-color: #4e4e4e;
  --bs-btn-border-color: #4e4e4e;
  --bs-btn-focus-shadow-rgb: 78,78,78;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4e4e4e;
  --bs-btn-hover-border-color: #4e4e4e;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #4e4e4e;
  --bs-btn-disabled-color: #4e4e4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4e4e4e;
}

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-6 {
  margin-top: 4.5rem !important;
}

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

.mb-0 {
  margin-bottom: 0 !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-auto {
  margin-left: auto !important;
}

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

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

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

.pt-7 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 7.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

.pb-10 {
  padding-bottom: 10.5rem !important;
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

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

