/*
Theme Name: GeneratePress Child
Template: generatepress
*/

@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,
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;
}

/* Honeypot per tutti i form */
.cf7-trap,
.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: Tema child per GeneratePress
Author: Il tuo nome
Author URI: https://tuosito.com
Template: generatepress
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress-child
*/

@import url("../generatepress/style.css");


