:root {
  --bs-primary: #DB898F !important;
  --bs-secondary: #4d1e16 !important;
  --bs-success: #db898f !important;
  --bs-danger: #dc3545 !important;
  --bs-warning: #ffc107 !important;
  --bs-info: #17a2b8 !important;
  --bs-light: #fffbf7 !important;
  --bs-dark: #343a40 !important;
  --bs-link-color: #4d1e16 !important;
  --bs-link-hover-color: #4d1e16 !important;
  --bs-body-color: #4d1e16 !important;
  --bs-blue: #db898f !important;
  --bs-indigo: #6610f2 !important;
  --bs-purple: #6f42c1 !important;
  --bs-pink: #d63384 !important;
  --bs-red: #dc3545 !important;
  --bs-orange: #fd7e14 !important;
  --bs-yellow: #ffc107 !important;
  --bs-green: #198754 !important;
  --bs-teal: #20c997 !important;
  --bs-cyan: #0dcaf0 !important;
  --bs-black: #000 !important;
  --bs-white: #fff !important;
  --bs-gray: #6c757d !important;
  --bs-gray-dark: #343a40 !important;
  --bs-gray-100: #f8f9fa !important;
  --bs-gray-200: #c7bdbf !important;
  --bs-gray-300: #7a6b6d !important;
  --bs-gray-400: #ced4da !important;
  --bs-gray-500: #adb5bd !important;
  --bs-gray-600: #6c757d !important;
  --bs-gray-700: #c7bdbf !important;
  --bs-gray-800: #4d1e16 !important;
  --bs-gray-900: #4d1e16 !important;
  --bs-primary-rgb: 13, 110, 253 !important;
  --bs-secondary-rgb: 108, 117, 125 !important;
  --bs-success-rgb: 25, 135, 84 !important;
  --bs-info-rgb: 13, 202, 240 !important;
  --bs-warning-rgb: 255, 193, 7 !important;
  --bs-danger-rgb: 220, 53, 69 !important;
  --bs-light-rgb: 248, 249, 250 !important;
  --bs-dark-rgb: 33, 37, 41 !important;
  --bs-white-rgb: 255, 255, 255 !important;
  --bs-black-rgb: 0, 0, 0 !important;
  --bs-body-color-rgb: 33, 37, 41 !important;
  --bs-body-bg-rgb: 255, 255, 255 !important;
  --bs-border-color: #dee2e6 !important;
  --bs-border-color-translucent: rgba(0, 0, 0, .175) !important;
  --bs-border-radius: 0.375rem !important;
  --bs-border-radius-sm: 0.25rem !important;
  --bs-border-radius-lg: 0.5rem !important;
  --bs-border-radius-xl: 1rem !important;
  --bs-border-radius-2xl: 2rem !important;
  --bs-border-radius-pill: 50rem !important;
  --bs-code-color: #d63384 !important;
  --bs-highlight-bg: #fff3cd !important;
  --bs-body-font-size: 1rem !important;
  --bs-body-line-height: 1.5 !important;
  --bs-body-font-weight: 400 !important;
  --bs-body-bg: #fff !important;
}
h1,.h1 {
  color: #4d1e16 !important;
  font-size: 50px !important;
}
h2,.h2 {
  color: #4d1e16 !important;
  font-size: 40px !important;
}
h3,.h3 {
  color: #4d1e16 !important;
  font-size: 30px !important;
}
h4,.h4 {
  color: #4d1e16 !important;
  font-size: 22px !important;
}
h5,.h5 {
  color: #4d1e16 !important;
  font-size: 18px !important;
}
h6,.h6 {
  color: #4d1e16 !important;
  font-size: 14px !important;
}
.btn-primary {
  background-color: #4d1e16!important;
  color: #ffffff !important;
  border-color: #4d1e16!important;
  font-size: 14px !important;
}
.btn-primary:hover {
  background-color: #6a2a20  !important;
  color: #fff !important;
  border-color: #6a2a20  !important;
}
.btn-secondary {
  background-color: #fff !important;
  color: #4d1e16 !important;
  border-color: #4d1e16 !important;
}
.btn-secondary:hover {
  background-color: #fff !important;
  color: #4d1e16 !important;
  border-color: #4d1e16 !important;
}
