@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular-webfont.eot');
	src: local('Open Sans'), local('OpenSans-Regular-webfont'),
		url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('OpenSans-Regular-webfont.woff') format('woff'),
		url('OpenSans-Regular-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url('open-sans-semibold.eot');
	src: local('Open Sans'), local('open-sans-semibold'),
		url('open-sans-semibold.eot?#iefix') format('embedded-opentype'),
		url('open-sans-semibold.woff') format('woff'),
		url('open-sans-semibold.ttf') format('truetype');
	/*font-weight: 600;*/
	font-style: normal;
}