@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  src: url("./fonts/IBMPlexSans-Regular.ttf")
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  src: url("./fonts/IBMPlexSans-Medium.ttf")
}
/** */
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  src: url("./fonts/IBMPlexSans-SemiBold.ttf")
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  src: url("./fonts/IBMPlexSans-Bold.ttf")
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  src: url("./fonts/IBMPlexSans-Thin.ttf")
}