/* Service themes */

.service-theme {
  --button-color: #fce5d0;
  --button-active-color: #ff7f50;
  --main-color: #fce5d0;
  --button-text-color: #8d6e63;
  --active-button-text-color: #ffffff;
  --hover-button-background-color: '';
  --hover-button-text-color: '#5d4037';
  --border-nav-tab: #f7b237;
}

/* Muni themes */
.muni-theme {
  --button-color: #dcffe8;
  --button-active-color: #05a46a;
  --main-color: #dcffe8;
  --button-text-color: #556b2f;
  --active-button-text-color: #ffffff;
  --hover-button-background-color: #04d48c;
  --hover-button-text-color: #2f4f4f;
  --bs-btn-hover-bg: #04d48c;
  --border-nav-tab: #05a46a;
}
