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

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

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

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

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


