@charset "utf-8";

@font-face {
	font-family: 'Roboto Regular';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/eot/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/Roboto-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/Roboto-Light.woff') format('woff');
}
@font-face {
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/Roboto-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/eot/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/woff/Roboto-Bold.woff') format('woff');
}