/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Light.woff2') format('woff2'),
         url('fonts/KohinoorLatin-Light.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'KohinoorLatin';
    src: url('fonts/KohinoorLatin-Demi.woff2') format('woff2'),
         url('fonts/KohinoorLatin-Demi.woff') format('woff');
    font-weight: 600; /* Demi */
    font-style: normal;
}

/* Applica KohinoorLatin ai titoli */
h1, h2, h3, h4, h5, h6 {
    font-family: 'KohinoorLatin', sans-serif;
    font-weight: 600; /* Demi */
}

/* Applica KohinoorLatin Light al corpo del testo */
body {
    font-family: 'KohinoorLatin', sans-serif;
    font-weight: 300; /* Light */
}

/* Grassetto ed enfasi */
strong, b {
    font-weight: 600; /* Demi */
}

/* Campi nascosti form */
.hiddenclass {
    display: none !important;
}
