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

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

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

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

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

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