/* /fonts/fonts.css - Poppins locales avec overrides anti-CLS */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v23-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; 
  size-adjust: 100%;
  ascent-override: 95%; /* Ajustement Poppins 700 */
  descent-override: 26%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v23-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; 
  size-adjust: 100%;
  ascent-override: 95%; /* Ajustement Poppins 600 */
  descent-override: 26%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-v23-latin-regular.woff2") format("woff2");
  font-weight: 400; /* Regular = 400 */
  font-style: normal;
  font-display: swap; 
  size-adjust: 100%;
  ascent-override: 95%; /* Ajustement Poppins Regular */
  descent-override: 26%;
  line-gap-override: 0%;
}