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

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

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

@font-face {
  font-family: "Inter";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: local("Inter-Bold"), local("Inter Bold"), url("/fonts/inter/inter-bold.woff2") format("woff2");
}