@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lobster&display=swap');

/* Fließtext */
body,
input,
textarea,
.infoBox,
select,
option {
  font-family:'Merriweather Sans' !important;
  font-weight:300;
}

/* überall keine Versalien */
* {
   text-transform: unset !important; 
}

/* erste Überschrift */
h1 {
  font-family:'Lobster' !important;
  /*font-family:'Dancing Script' !important;*/
}
/* zweite Überschrift */
h2 {
  font-family:'Lobster' !important;
}

/* dritte Überschrift */
h3 {
  font-family:'Merriweather Sans' !important;
  /*font-family:'Dancing Script' !important;*/
}

.alucaBox,
.button {
  border-radius: 30px !important;
}
.button {
  padding: 5px 2rem !important;
}