#contact-modal {
  font-family: "Work Sans", sans-serif;
}

#contact-modal input,
#contact-modal textarea,
#contact-modal select,
#contact-modal button,
#contact-modal label,
#contact-modal h1,
#contact-modal h2,
#contact-modal p {
  font-family: "Work Sans", sans-serif !important;
}

#contact-modal input::placeholder {
  font-family: "Work Sans", sans-serif !important;
  font-weight: 400 !important;
}

#contact-form .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.whatsapp-button-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #2DA93D;
    background: #C9FFC9;
    color: #2DA93D;
    text-decoration: none;
}

.whatsapp-button-contact a {
    color: #2DA93D !important;
    text-decoration: none;
}

.whatsapp-button-contact i {
    color: #2DA93D !important;
}