/* Base per tutto il sito */
* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/* Grassetto solo per <b> e <strong> */
b, strong {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}