/* fonts.css - Police Outfit auto-hébergée (sans dépendance Google Fonts)
   Généré pour /opt/cnul/fonts.css
   
   Pour télécharger les fichiers .woff2, exécuter sur le serveur :
     bash /opt/cnul/download-fonts.sh
*/

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-Light.woff2') format('woff2'),
         url('fonts/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('fonts/Outfit-SemiBold.woff2') format('woff2'),
         url('fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
