@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Black.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-weight: 700;
    src: url("../fonts/inter/Inter-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/inter/Inter-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-weight: 500;
    src: url("../fonts/inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-weight: 400;
    src: url("../fonts/inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-weight: 600;
    src: url("../fonts/inter/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    font-weight: 300;
    src: url("../fonts/inter/Inter-Thin.ttf") format("truetype");
}
