@font-face {
  font-family: 'Inter';
  src: url("./font/Inter-Regular-9.otf");
  font-weight: normal;
}
@font-face {
  font-family: 'Inter';
  src: url("./font/Inter-Medium-8.otf");
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url("./font/Inter-SemiBold-10.otf");
  font-weight: 600;
}
@font-face {
  font-family: 'Inter';
  src: url("./font/Inter-Bold-4.otf");
  font-weight: 700;
}