@font-face {
  font-family: "Inter-ExtraBold";
  src: url("/static/font/Inter-ExtraBold.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
	font-display: block; /* This is important */
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("/static/font/Inter-ExtraBold.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
	font-display: block; /* This is important */
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/static/font/Inter-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
	font-display: block; /* This is important */
}
@font-face {
  font-family: "Inter-Regular";
  src: url("/static/font/Inter-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
	font-display: block; /* This is important */
}