@font-face {
	font-family: 'roboto_slabregular';
	src: url('RobotoSlab-Regular-webfont.eot');
	src: url('RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg'),
		 url('RobotoSlab-Regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slablight';
	src: url('RobotoSlab-Light-webfont.eot');
	src: url('RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg'),
		 url('RobotoSlab-Light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabbold';
	src: url('RobotoSlab-Bold-webfont.eot');
	src: url('RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg'),
		 url('RobotoSlab-Bold-webfont.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'roboto_slabregular';
		src: url('RobotoSlab-Regular-webfont.svg#roboto_slabregular') format('svg');
		font-weight: 400;
		font-style: normal;
	}

	@font-face {
		font-family: 'roboto_slablight';
		src: url('RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
		font-weight: 300;
		font-style: normal;
	}

	@font-face {
		font-family: 'roboto_slabbold';
		src: url('RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
		font-weight: 700;
		font-style: normal;
	}
}