/*
Theme Name: Monet Tema Child
Template: monet
Author: Meetodo
Version: 1.0
Description: Tema child di monet
*/

/* Font personalizzato */
@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('fonts/avenir/AvenirNextCyr-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Applica globalmente */
body, h1, h2, h3, h4, h5, h6, p, a, li, span {
    font-family: 'Avenir Next Cyr', sans-serif !important;
}

/* Forza su classi comuni */
.font-sans,
body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div {
    font-family: 'Avenir Next Cyr', sans-serif !important;
}

/* Grassetto per titoli */
h1, h2, h3, h4 {
    font-weight: 500 !important;
}

/* Corretto per .font-label */
.font-label {
  font-family: 'Avenir Next Cyr', sans-serif !important;	
  font-weight: 500 !important;
}

/* Bottone Prenota */
#button-booking-desktop {
  background-color: #ffed00 !important;
  border-color: #ffed00 !important;
  color: black !important;
  font-weight: bold !important;
}

#button-booking-desktop:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: white !important;
  font-weight: bold !important;
}
.js-blog .text-primary.font-label.font-medium.text-label-sm.uppercase {
    display: none !important;
}
