@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 100 900;
  src: url('../font/Nunito/Nunito/Nunito.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito italic';
  font-style: italic;
  font-weight: 100 900;
  src: url('../font/Nunito/Nunito/NunitoItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../font/Nunito_Sans/NunitoSans.ttf') format('truetype');
    font-weight: 200 900; /* Les poids disponibles (min 200 à max 900) */
    font-stretch: 75% 125%; /* Largeur modifiable de Condensed à Expanded */
    font-display: swap; /* Meilleure gestion du chargement */
}

@font-face {
    font-family: 'Nunito Sans Italic';
    src: url('../font/Nunito_Sans/NunitoSansItalic.ttf') format('truetype');
    font-weight: 200 900; /* Gamme de poids */
    font-stretch: 75% 125%; /* Largeur ajustable */
    font-style: italic; /* Italique */
    font-display: swap;
}

