@charset "utf-8";
/* les fonts sont à placer dans le dossier /medias/fonts/ */

@font-face {
    font-display: swap;
    font-family: 'regular';
    src: url('../medias/fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-display: swap;
    font-family: 'semibold';
    src: url('../medias/fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-display: swap;
    font-family: 'medium';
    src: url('../medias/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'bold';
    font-display: swap;
    src: url('../medias/fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'light';
    font-display: swap;
    src: url('../medias/fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'regularpop';
    font-display: swap;
    src: url('../medias/fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'p900';
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:  url("../medias/fonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: 'p400';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:  url("../medias/fonts/fa-regular-400.woff") format("woff");
}