@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../font/Inter-Light.ttf") format("ttf"),
    url("../font/Inter-Light.woff") format("woff"),
    url("../font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Inter-Regular.ttf") format("ttf"),
    url("../font/Inter-Regular.woff") format("woff"),
    url("../font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Inter-Medium.ttf") format("ttf"),
    url("../font/Inter-Medium.woff") format("woff"),
    url("../font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Inter-SemiBold.ttf") format("ttf"),
    url("../font/Inter-SemiBold.woff") format("woff"),
    url("../font/Inter-SemiBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Inter-Bold.ttf") format("ttf"),
    url("../font/Inter-Bold.woff") format("woff"),
    url("../font/Inter-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Inter-ExtraBold.ttf") format("ttf"),
    url("../font/Inter-ExtraBold.woff") format("woff"),
    url("../font/Inter-ExtraBold.woff2") format("woff2");
}
