:root {
  --bs-primary-rgb: 234, 89, 33;
  --bs-light-rgb: 255, 178, 148;
}

.btn-primary {
  background-color: #ea5921;
  border-color: #ea5921;
  box-shadow: 0 2px 6px 0 rgb(190 125 81 / 50%);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #cc4712;
  border-color: #cc4712;
}

.mm-active .active {
  color: #cc4712 !important;
}

.mm-active .active svg {
  color: #cc4712 !important;
}
