/*
 * Open Sans Regular
 */
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: url('400.eot');
	src: url('400.eot?#iefix') format('embedded-opentype'),
		url('400.woff') format('woff'),
		url('400.ttf') format('truetype'),
		url('400.svg#open_sansregular') format('svg');
}