/* --------------------------------------------------

   font.css
   Gestion des webfonts
  
  
 ----------------------------------------------------- */

/* Appelez vos webfonts ici */

@font-face {
	font-family: "buzzonweb";
	src:
		url('../polices/buzzonweb.eot');
	src:
		url('../polices/buzzonweb?#iefix') format('embedded-opentype'),
		url('../polices/buzzonweb.woff') format('woff'),
		url('../polices/buzzonweb.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-300-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-300-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-400-Book.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-400-BookItalic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-500-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-500-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-600-Semi.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-600-SemiItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-700-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Jost";
    src: url("../polices/Jost-700-BoldItalic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
