@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-Light.otf') format("opentype");
  font-weight:200;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-LightItalic.otf') format("opentype");
  font-weight:200;
  font-style:italic;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBPRegular.otf') format("opentype");
  font-weight:400;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBPRegular-Italic.otf') format("opentype");
  font-weight:400;
  font-style:italic;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-Medium.otf') format("opentype");
  font-weight:700;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-MediumItalic.otf') format("opentype");
  font-weight:700;
  font-style:italic;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-Bold.otf') format("opentype");
  font-weight:900;
}

@font-face {
  font-family: "SimplonBP";
  src: url('../fonts/Simplon/SimplonBP-BoldItalic.otf') format("opentype");
  font-weight:900;
  font-style:italic;
}
