@font-face {
    font-family: 'Comfortaa';
    src: url("../fonts/Comfortaa/Comfortaa-VariableFont_wght-nexVqUX.ttf") format('truetype-variations');
    font-weight: 300 700; /* Plage de poids disponible, de Light (300) à Bold (700) */
    font-style: normal;
    font-display: swap;
}

/* Comment utiliser les différents poids :
   font-weight: 300; -> Light
   font-weight: 400; -> Regular
   font-weight: 500; -> Medium
   font-weight: 600; -> SemiBold
   font-weight: 700; -> Bold
*/