@font-face {
    font-family: "SimplonBPMedium";
    src: url("../webFonts/Simplon_BP_Medium.otf") format("otf"),
         url("../webFonts/Simplon_BP_Medium.woff") format("woff");
}

@font-face {
    font-family: "SimplonBPRegular";
    src: url("../webFonts/Simplon_BP_Regular.otf") format("otf"),
         url("../webFonts/Simplon_BP_Regular.woff") format("woff");
}

@font-face {
    font-family: "SimplonBPLight";
    src: url("../webFonts/Simplon_BP_Light.otf") format("otf"),
         url("../webFonts/Simplon_BP_Light.woff") format("woff");
}