.navbar-brand{
    font-family: 'Carattere', cursive;
    font-size: 30px !important;
    font-weight: 900;
}
@media (min-width: 767.98px) {
    .navbar-brand {
      font-size: 32px !important;
    }
}  
  
.card-section .card .titulo {
    font-family: 'Carattere', cursive;
}
  
.card-section .titulo {
    font-family: 'Carattere', cursive;
    font-size: 46px;
    font-weight: 500;
}
@media (min-width: 767.98px) {
    .card-section .titulo {
      font-size: 56px;
    }
}  
  
.card-section .cursivo {
    font-family: 'Carattere', cursive;
    font-size: 1.45em;
}
@media (min-width: 767.98px) {
    .card-section .cursivo {
      font-size: 2.05em;
    }
}  
  
.card-section .gastro-menu-section .cursivo {
    font-family: 'Carattere', cursive;
    font-size: 1.5em;
}
@media (min-width: 500px) {
    .card-section .gastro-menu-section .cursivo {
        font-size: 2.05em;
    }
}  

.card-section cursivo {
    font-family: 'Carattere', cursive;
    font-size: 1.2em;
}
@media (min-width: 767.98px) {
    .card-section cursivo {
      font-size: 1.25em;
    }
}  
  
  