@font-face {
    font-family: "Roboto-Thin";
    src: url(/FONTS/Roboto/static/Roboto-Thin.ttf);
}
@font-face {
    font-family: "Roboto-Light";
    src: url(/FONTS/Roboto/static/Roboto-Light.ttf);
}
@font-face {
    font-family: "Roboto-ExtraLight";
    src: url(/FONTS/Roboto/static/Roboto-ExtraLight.ttf);
}
@font-face {
    font-family: "Roboto-Regular";
    src: url(/FONTS/Roboto/static/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Medium";
    src: url(/FONTS/Roboto/static/Roboto-Medium.ttf);
}
@font-face {
    font-family: "Roboto-SemiBold";
    src: url(/FONTS/Roboto/static/Roboto-SemiBold.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(/FONTS/Roboto/static/Roboto-Bold.ttf);
}
@font-face {
    font-family: "Roboto-ExtraBold";
    src: url(/FONTS/Roboto/static/Roboto-ExtraBold.ttf);
}
@font-face {
    font-family: "Roboto-Black";
    src: url(/FONTS/Roboto/static/Roboto-Black.ttf);
}
@font-face {
    font-family: "Roboto_Condensed-Black";
    src: url(/FONTS/Roboto/static/Roboto_Condensed-Black.ttf);
}
/*--------------------------------------------------------------*/
@font-face {
    font-family: "OpenSans-Regular";
    src: url(/FONTS/Open_Sans/static/OpenSans-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Lato-Regular";
    src: url(/FONTS/Lato/Lato-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Montserrat-Regular";
    src: url(/FONTS/Montserrat/static/Montserrat-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Raleway-Regular";
    src: url(/FONTS/Raleway/static/Raleway-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Merriweather-Regular";
    src: url(/FONTS/Merriweather/static/Merriweather_120pt-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Nunito-Regular";
    src: url(/FONTS/Nunito/static/Nunito-Regular.ttf);
}
@font-face {
    font-family: "Nunito-Black";
    src: url(/FONTS/Nunito/static/Nunito-Black.ttf)
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Inter-Regular";
    src: url(/FONTS/Inter/static/Inter_18pt-Regular.ttf);
}
/*---------------------------------------------------*/
@font-face {
    font-family: "Oswald-Regular";
    src: url(/FONTS/Oswald/static/Oswald-Regular.ttf);
}
