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

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
    font-display: swap;
    font-style: normal;
    font-weight: normal;
}

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

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

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