@import url('https://fonts.cdnfonts.com/css/poppins');

@import url(https://db.onlinewebfonts.com/c/f0ea4ec01961a71ed24801fb00ce3c9e?family=Paralucent+W00+Medium); 

@font-face {
    font-family: "Paralucent W00 Medium";
    src: url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.eot");
    src: url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/f0ea4ec01961a71ed24801fb00ce3c9e.svg#Paralucent W00 Medium")format("svg");
}


@font-face {
  font-family: 'paralucent';
  font-display: swap;
       /* CompatibilitÃ© IE6-IE8 */
  src: 
       /* woff2 pour les navigateurs les plus rÃ©cents */
       url('fonts/paralucent/Paralucent.woff2') format('woff2'), 
       /* woff pour les navigateurs rÃ©cents */
       url('fonts/paralucent/Paralucent.woff') format('woff'), 
       /* Safari, Android, iOS */
       url('fonts/paralucent/Paralucent.ttf')  format('truetype'), 
       /* Legacy iOS */
       url('fonts/paralucent/Paralucent.svg#Paralucent') format('svg'); 
}

font-family: 'Poppins', sans-serif;