/* ===============================
   FONT-FACE Cerebri Sans
   =============================== */

/* Regular */
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri/Cerebri-Sans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri/Cerebri-Sans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri/Cerebri-Sans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Cerebri Sans";
  src: url("../fonts/cerebri/Cerebri-Sans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   STILI GLOBALI
   =============================== */

/* Corpo testo principale (esclusi i font speciali come Font Awesome) */
body, p, span, div {
  font-family: "Cerebri Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 700; font-size: 38px; line-height: 36px; }
h2 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 700; font-size: 36px; line-height: 32px; }
h3 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 500; font-size: 24px; line-height: 28px; }
h4 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 500; font-size: 22px; line-height: 26px; }
h5 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 400; font-size: 20px; line-height: 24px; }
h6 { font-family: "Cerebri Sans", sans-serif !important; font-weight: 400; font-size: 18px; line-height: 20px; }


/* Link */
a {
  font-family: "Cerebri Sans", sans-serif !important;
  font-weight: 400;
}

/* Strong / Bold */
strong, b {
  font-family: "Cerebri Sans", sans-serif !important;
  font-weight: 700;
}

/* Italic */
em, i {
  font-family: "Cerebri Sans", sans-serif !important;
  font-style: italic;
}

/* Pulsanti Gutenberg / Blocksy */
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link,
.wp-element-button {
  font-family: "Cerebri Sans", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

/* ===============================
   ICONE FONT AWESOME
   =============================== */
/* Carrello */
.fa-shopping-cart {
    font-family: "Cerebri Sans", sans-serif !important;
    font-weight: 700; /* se vuoi bold */
}

/* Solo icona carrello */
.wp-block-navigation-item a .fa-shopping-cart {
    font-family: "Cerebri Sans", sans-serif;
    font-weight: 700;
}


.has-medium-font-size {
	font-family: "Cerebri Sans", sans-serif !important;
    font-style: normal !important;
 	font-size: 20px !important;
}

.wp-block-navigation-item.has-small-font-size.wp-block-navigation-link .wp-block-navigation-item__label {
    font-size: 17px !important; /* metti la dimensione che vuoi */
    font-family: "Cerebri Sans", sans-serif !important;
}


