@font-face {
    font-family: "InterThin";
    src: url("./Inter_24pt-Thin.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterLight";
    src: url("./Inter_24pt-Light.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterRegular";
    src: url("./Inter_24pt-Regular.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterMedium";
    src: url("./Inter_24pt-Medium.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterSemiBold";
    src: url("./Inter_24pt-SemiBold.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterBold";
    src: url("./Inter_24pt-Bold.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterExtraBold";
    src: url("./Inter_24pt-ExtraBold.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "InterBlack";
    src: url("./Inter_24pt-Black.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Inter";
    src: url("./Inter_24pt-Regular.ttf") format("truetype");
    text-rendering: optimizeLegibility;
}
