
@font-face {
    font-family: interThin;
    src: url("../fonts/Inter-Thin.ttf");
}
@font-face {
    font-family: interExtraLight;
    src: url("../fonts/Inter-ExtraLight.ttf");
}
@font-face {
    font-family: interLight;
    src: url("../fonts/Inter-Light.ttf");
}
@font-face {
    font-family: interRegular;
    src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
    font-family: interMedium;
    src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
    font-family: interSemiBold;
    src: url("../fonts/Inter-SemiBold.ttf");
}
@font-face {
    font-family: interBold;
    src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
    font-family: interExtraBold;
    src: url("../fonts/Inter-ExtraBold.ttf");
}
@font-face {
    font-family: interBlack;
    src: url("../fonts/Inter-Black.ttf");
}