@font-face {
  font-family: "MyFont";
  src: url("../fonts/gommesans-fonts/fonnts.com-Gomme_Sans.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/gommesans-fonts/fonnts.com-Gomme_Sans_ExtraLight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/gommesans-fonts/fonnts.com-Gomme_Sans_SemiBold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/gommesans-fonts/fonnts.com-Gomme_Sans_Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MyFont";
  src: url("../fonts/gommesans-fonts/fonnts.com-Gomme_Sans_ExtraBold.otf")
    format("opentype");
  font-weight: 800;
  font-style: normal;
}
