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

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('opensans.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('opensans.eot?#iefix') format('embedded-opentype'),
		url('opensans-bold.woff') format('woff'),
		url('opensans-bold.ttf') format('truetype'),
		url('opensans.svg#OpenSans') format('svg');
}