@import url('fontawesome/font-awesome.min.css');
@import url('glyphicons-halflings/glyphicons-halflings.css');
 
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;	       
        src: local('Roboto Thin'), local('Roboto-Thin'),
        url("../fonts/Roboto-Thin-Font.woff")
        format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 200;	       
        src: local('Roboto Light'), local('Roboto-Light'),
        url("../fonts/Roboto-Light-Font.woff")
        format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;	       
        src: local('Roboto Regular'), local('Roboto-Regular'),
        url("../fonts/Roboto-Regular-Font.woff")
        format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;	       
        src: local('Roboto Bold'), local('Roboto-Bold'),
        url("../fonts/Roboto-Bold-Font.woff")
        format('woff');
}






