@font-face {
  font-family: CenturyGothic;
  src: url(../assets/fonts/CenturyGothic.ttf);
}

html {
  font-family: CenturyGothic;
}

body{
  font-size: 22px !important;
}

body h1, body h2 {
  font-size: 55px !important;
}


.yellow {
  background-color: #edc71b !important;
}

/* Gestione immagine prefix posta sulla destra */
.input-field .prefix {
    right: 0;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  width: 100%;
  margin-left: 0;
}

@media(min-width: 768px) {
  form input, form label, form span {
    font-size: 22px !important;
  }
}

@media(max-width: 767.98px) {
  form input, form label, form span {
    font-size: 16px !important;
  }
}

/* Privacy policy */
.iubenda-ibadge {
    vertical-align: text-bottom !important;
}

/* Termini e condizioni */
#terminiServizioModal {
    font-size: 13px;
}
#terminiServizioModal h4 {
    font-size: 20px;
}
#terminiServizioModal h5 {
    font-size: 18px;
}
#terminiServizioModal ul {
    padding-left: 20px;
}
#terminiServizioModal ul > li {
    list-style-type: square;
}

.btn-conferma {
  background-color: var(--colore-secondario, #ecc625) !important;
  color: white !important;
  transition: background-color 0.3s ease;
}

.btn-conferma:hover {
  background-color: #14455e !important; /* variante più scura */
}
