@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: local("Inter"),
    url(fonts/Inter/Inter-Light.ttf) format("truetype"),
    url(fonts/Inter/Inter-Light.woff) format("woff"),
    url(fonts/Inter/Inter-Light.woff2) format("woff2");
  font-display: swap;
}

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

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

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

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