@font-face {
    font-family: "Roboto";
    src:url(../fonts/theme_fonts/Roboto-Thin.ttf);
    font-weight: 200;
    font-style: normal;
}	
@font-face {
    font-family: "Roboto";
    src:url(../fonts/theme_fonts/Roboto-Light.ttf);
    font-weight: 300;
    font-style: normal;
}		

@font-face {
    font-family: "Roboto";
    src:url(../fonts/theme_fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}		

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

@font-face {
    font-family: "Roboto";
    src:url(../fonts/theme_fonts/Roboto-Bold.ttf);
    font-weight: 600;
    font-style: normal;
}		
	

