:root {
    --custom: #489ECD;
    --custom-dark: #005382;

    --titles-font: Montserrat;
    --texts-font: Montserrat;
}

html {
  background-color: white;
}

/* ---------------------------- custom css ----------------------------------- */
.text-shadow {
  text-shadow: 0 2px 2px rgb(0, 0, 0) !important;
}
.header__container {
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 100;
}
.availability-card-status-tag {
  background-color: #32415b !important;
}
.contact-form-color {
  background-color: #32415B!important;
}
.contact-input-color {
  background-color: #49A7D5!important;
}
.placeholder-gray-500::placeholder {
  color: rgb(255, 255, 255)!important;
}
flex.flex-col.lg\:gap-y-20.gap-y-14.scroll-smooth.custom-text-font.lg\:grid.lg\:grid-cols-2 {
  background: white!important;
}