body,.title {
  font-family: 'Quicksand', sans-serif;
}
h1, h2{
  font-family: 'Dancing Script', cursive;
}
.fade-in {
  animation: fadeIn 1.2s ease-in-out;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Mailerlite integration */
.ml-form-embedContent h4, .ml-form-successContent h4{
  font-family: 'Dancing Script', cursive  !important;
  font-size: 1.5rem !important;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1))  !important;
}
.ml-form-embedContent p, .ml-form-successContent p{
  font-family: 'Quicksand', sans-serif !important;
  font-size: inherit !important;
}
.ml-embedded, .ml-form-embedWrapper{
  width: 100% !important;
  max-width: 100% !important;
}
.ml-form-embedBody, .ml-form-successBody{
  padding: 0 !important;
}

