@font-face {
  font-family: "Inter";
  src: url("./Inter-Regular-9.otf") format("opentype");
}

@font-face {
  font-family: "InterBold";
  src: url("./Inter-Bold-4.otf") format("opentype");
}

@font-face {
  font-family: "InterMedium";
  src: url("./Inter-Medium-8.otf") format("opentype");
}

@font-face {
  font-family: "Poppins";
  src: url("./Poppins-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("./Poppins-Medium.ttf") format("opentype");
}

@font-face {
  font-family: "PoppinsBold";
  src: url("./Poppins-Bold.ttf") format("opentype");
}
