@font-face {
    font-family: interMedium;
    src: url(../fonts/static/Inter-Medium.ttf);
}

@font-face {
    font-weight: 100;
    font-family: interRegular;
    src: url(../fonts/static/Inter-Regular.ttf);
}

@font-face {
    font-family: interSemiBold;
    src: url(../fonts/static/Inter-SemiBold.ttf);
}

@font-face {
    font-family: interBold;
    src: url(../fonts/static/Inter-Bold.ttf);
}

@font-face {
    font-family: mansropeMedium;
    src: url(../fonts/static/Manrope-Medium.ttf);
}

@font-face {
    font-family: mansropeRegular;
    src: url(../fonts/static/Manrope-Regular.ttf);
}

@font-face {
    font-family: mansropeSemiBold;
    src: url(../fonts/static/Manrope-SemiBold.ttf);
}

@font-face {
    font-family: mansropeBold;
    src: url(../fonts/static/Manrope-Bold.ttf);
}
@font-face {
    font-family: mansropeExtraBold;
    src: url(../fonts/static/Manrope-ExtraBold.ttf);
}