/* Cible la langue grecque (WPML ajoute lang="el" sur <html>; Neve met aussi body.lang-el) */
:lang(el) h1, :lang(el) h2, :lang(el) h3, :lang(el) h4, :lang(el) h5, :lang(el) h6,
body.lang-el h1, body.lang-el h2, body.lang-el h3, body.lang-el h4, body.lang-el h5, body.lang-el h6,
:lang(el) .site-title, body.lang-el .site-title,
:lang(el) .entry-title, body.lang-el .entry-title {
  font-family: 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 700; /* ajuste selon ton design */
}

/* Boutons Neve / Gutenberg */
:lang(el) .wp-block-button__link,
:lang(el) .button, :lang(el) button, :lang(el) .btn,
body.lang-el .wp-block-button__link,
body.lang-el .button, body.lang-el button, body.lang-el .btn {
  font-family: 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 600;
}

/* Autres */
:lang(el) #header-grid a.button-primary, 
:lang(el) .btn-header, 
:lang(el) .wp-block-button__link, 
:lang(el) .wp-block-button, 
:lang(el) .recipe-info p, 
:lang(el) .cook-indications,
:lang(el) .servings,
:lang(el) .cook-indications,
:lang(el) .cook-time, 
:lang(el) .cook-indications,
:lang(el) .prep-time,
:lang(el) .card-picture p,
:lang(el) .ingredient-list ul li,
:lang(el) .our-story-list p,
:lang(el) .product-description,
:lang(el) .bg-rel-name,
:lang(el) .search-filter-input-group .search-filter-input-checkbox label .search-filter-input-checkbox__label,
:lang(el) .wp-block-search-filter-choice .search-filter-description,
:lang(el) .nv-nav-wrap a
  {
  font-family: 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
