/* @font-face {
  font-family: 'MarkFormC';
  src: url('./assets/fonts/MARKFORMC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: "NexaBlack";
  src: url("./assets/fonts/NexaBlack.otf") format("opentype");
  /* font-weight: 400; */
  font-style: normal;
}

@font-face {
  font-family: "NexaBold";
  src: url("./assets/fonts/NexaBold.otf") format("opentype");
  /* font-weight: 400; */
  font-style: normal;
}

/* @font-face {
  font-family: "MyFont";
  src: url("./fonts/MyFont-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

