@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/font/inter/regular.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/font/inter/bold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}