/* --------------------------------------------------------
   FONT MONTSERRAT GLOBALE
--------------------------------------------------------- */

/* Corpo del sito e testi principali */
body, p, span, div, section, article {
    font-family: 'Montserrat', sans-serif;
}

/* Titoli principali */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* titoli più pesanti */
}

/* Link */
a {
    font-family: 'Montserrat', sans-serif;
}

/* Bottoni e input submit */
button, .btn, input[type="submit"], input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500; /* peso medio per bottoni */
}