:root, [data-bs-theme=light] {
  --bs-primary: #E73F33;
  --bs-primary-rgb: 231,63,51;
  --bs-primary-text-emphasis: #5C1914;
  --bs-primary-bg-subtle: #FAD9D6;
  --bs-primary-border-subtle: #F5B2AD;
  --bs-body-font-family: Maven Pro;
  --bs-link-color: #e73f33;
  --bs-link-color-rgb: 231,63,51;
  --bs-link-hover-color: #ff4b18;
  --bs-link-hover-color-rgb: 255,75,24;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #E73F33;
  --bs-btn-border-color: #E73F33;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EB5C52;
  --bs-btn-hover-border-color: #E95247;
  --bs-btn-focus-shadow-rgb: 35,9,8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EC655C;
  --bs-btn-active-border-color: #E95247;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #E73F33;
  --bs-btn-disabled-border-color: #E73F33;
}

.btn-outline-primary {
  --bs-btn-color: #E73F33;
  --bs-btn-border-color: #E73F33;
  --bs-btn-focus-shadow-rgb: 231,63,51;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #E73F33;
  --bs-btn-hover-border-color: #E73F33;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #E73F33;
  --bs-btn-active-border-color: #E73F33;
  --bs-btn-disabled-color: #E73F33;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E73F33;
}

.aspect-ratio-16x9 {
  aspect-ratio: 16/9;
}

.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}

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

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

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

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

.me-2 {
  margin-right: .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-auto {
  margin-left: auto !important;
}

