/* Fonts combinées - Montserrat + Poppins - Version optimisée */
/* 1 seule requête CSS au lieu de 2 */

/* Montserrat Font Family - Poids 700 pour font-bold (h1) */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./montserrat/montserrat-v31-latin-700.woff2') format('woff2');
}

/* Poppins Font Family - Poids 400 pour texte normal (p) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./poppins/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}
