@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("/fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
}