@font-face {
  font-family: "Promind";
  src: url("../fonts/promind-extrabold.otf") format("opentype");
  font-weight: bolder;
}
  @font-face {
    font-family: "Promind";
    src: url("../fonts/promind-bold.otf") format("opentype");
    font-weight: bold;
  }
  @font-face {
    font-family: "Promind";
    src: url("../fonts/promind.otf") format("opentype");
    font-weight: normal;
  }