@font-face {
  font-family: "Regular";
  src: URL("../fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Bold";
  src: URL("../fonts/Montserrat-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Italic";
  src: URL("../fonts/Montserrat-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Medium";
  src: URL("../fonts/Montserrat-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Semibold";
  src: URL("../fonts/Montserrat-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Extrabold";
  src: URL("../fonts/Montserrat-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Black";
  src: URL("../fonts/Montserrat-Black.otf") format("opentype");
}
