@import "./node_modules/font-awesome/less/font-awesome.less";
@import "./material-ui-fonts.less";

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Thin-webfont.eot');
		src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
				 url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
				 url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
		font-weight: 100;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Light-webfont.eot');
		src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/Roboto-Light-webfont.woff') format('woff'),
				 url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
				 url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
		font-weight: 200;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Regular-webfont.eot'); /* IE9 Compat Modes */
		src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),/* IE6-IE8 */
				 url('../fonts/Roboto-Regular-webfont.woff') format('woff'),/* Pretty Modern Browsers */
				 url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
				 url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');/* Legacy iOS */
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Medium-webfont.eot');
		src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
				 url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
				 url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
		font-weight: 400;
		font-style: normal;
}

@font-face {
		font-family: 'Roboto';
		src: url('../fonts/Roboto-Bold-webfont.eot');
		src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
				 url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
				 url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
		font-weight: 600;
		font-style: normal;

}
