/* ========= INTER STYLE "ÉCRITURE BLANCHE" — TEST UNIFORME ========= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300..900&amp;display=swap');

/* Tout le site : même police, même taille, même style */
body,
body *:not(.material-icons):not([class^="fa"]):not([class*=" fa"])
       :not([class^="dashicons"]):not([class*=" dashicons"]){
  font-family: "Inter", system-ui, sans-serif !important;
  font-weight: 400 !important;          /* poids normal comme ta capture */
  color: #ffffff !important;            /* texte blanc partout */
  text-transform: none !important;      /* tout en minuscules */
  font-size: 18px !important;           /* même taille PARTOUT pour le test */
  letter-spacing: -0.01em !important;   /* léger tracking négatif */
  line-height: 1.12 !important;         /* densité proche du modèle */
}

/* Titres : même style que le texte (test d’uniformité totale) */
h1, h2, h3, .wp-block-heading{
  font-weight: 400 !important;
  text-transform: none !important;
  font-size: 18px !important;           /* même taille que le texte pour tester */
  letter-spacing: -0.01em !important;
  line-height: 1.12 !important;
}
