@font-face {
  font-weight: 400;
  font-family: "Inter";
  font-display: swap;
  src: 
    local("Inter Regular"),
    local("Inter-Regular"),
    url(/fonts/Inter-Regular.woff2) format("woff2"),
    url(/fonts/Inter-Regular.woff) format("woff"),
    url(/fonts/Inter-Regular.eot) format("eot");
}

@font-face {
  font-weight: 500;
  font-family: "Inter";
  font-display: swap;
  src: 
    local("Inter Medium"),
    local("Inter-Medium"),
    url(/fonts/Inter-Medium.woff2) format("woff2"),
    url(/fonts/Inter-Medium.woff) format("woff"),
    url(/fonts/Inter-Medium.eot) format("eot");
}

@font-face {
  font-weight: 500;
  font-family: "Inter";
  font-style: italic;
  font-display: swap;
  src: 
    local("Inter Medium Italic"),
    local("Inter-Medium-Italic"),
    url(/fonts/Inter-Medium-Italic.woff2) format("woff2"),
    url(/fonts/Inter-Medium-Italic.woff) format("woff"),
    url(/fonts/Inter-Medium-Italic.eot) format("eot");
}

@font-face {
  font-weight: 600;
  font-family: "Inter";
  font-display: swap;
  src: 
    local("Inter Bold"),
    local("Inter-Bold"),
    url(/fonts/Inter-Bold.woff2) format("woff2"),
    url(/fonts/Inter-Bold.woff) format("woff"),
    url(/fonts/Inter-Bold.eot) format("eot");
}

@font-face {
  font-weight: 700;
  font-family: "Inter";
  font-style: italic;
  font-display: swap;
  src: 
    local("Inter Black Italic"),
    local("Inter-Black-Italic"),
    url(/fonts/Inter-Black-Italic.woff2) format("woff2"),
    url(/fonts/Inter-Black-Italic.woff) format("woff"),
    url(/fonts/Inter-Black-Italic.eot) format("eot");
}

@font-face {
  font-weight: 700;
  font-family: "Inter";
  font-display: swap;
  src: 
    local("Inter Black"),
    local("Inter-Black"),
    url(/fonts/Inter-Black.woff2) format("woff2"),
    url(/fonts/Inter-Black.woff) format("woff"),
    url(/fonts/Inter-Black.eot) format("eot");
}