/* ================================================================== */
/*          CBD SHOP FRANCE – Police principale du site               */
/*          Neufile Grotesk Variable (identique au WordPress)         */
/* ================================================================== */

@font-face {
  font-family: "Neufile Grotesk Variable";
  font-style: normal;
  font-weight: 200 900;
  font-display: fallback;
  src: url('fonts/NeufileGroteskVariable-Medium.ttf') format('truetype');
}

/* ---- Application globale ---- */
body,
html {
  font-family: "Neufile Grotesk Variable", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ---- Assurer la propagation aux éléments courants ---- */
body *:not([class*="fa"]):not([class*="icon"]):not([class*="material"]) {
  font-family: inherit;
}

input,
textarea,
select,
button {
  font-family: "Neufile Grotesk Variable", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ---- Override PrestaShop / Leo theme (Signika → Neufile Grotesk) ---- */
#wrapper,
#header,
#footer,
#content,
.container,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, a, span, li, td, th,
.product-title,
.product-price,
.product-description,
.category-name,
.breadcrumb,
.cart-summary,
.checkout,
.block-category,
.page-content,
#search_filters .facet-title,
#search_filters .cbd-facets-title,
#search_filters_brands .facet-title,
#search_filters_suppliers .facet-title {
  font-family: "Neufile Grotesk Variable", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ---- Tous les titres en font-weight: 700 ---- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700 !important;
}

/* ---- Vert principal #004437 ---- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
#search_filters .facet-title,
#search_filters_brands .facet-title,
#search_filters_suppliers .facet-title {
  color: #004437 !important;
}
