@font-face {
  font-family: "MarkPro";
  src: url("./MarkPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MarkPro";
  src: url("./MarkPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

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

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