@font-face {
  font-family: "myFont";
  src: url("fonts/fonnts.com-Roc_Grotesk_Regular.otf");
}
@font-face {
  font-family: "RocGrotesk";
  src: url("fonts/fonnts.com-Roc_Grotesk_ExtraBold.otf");
}
body {
  font-family: "myFont", sans-serif;
  font-size: 16px;
}
.bold {
  font-family: "RocGrotesk";
  }