@font-face {
	font-family: 'opensanslight';
	src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
		url('fonts/opensans-light-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'opensansregular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'opensanssemibold';
	src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
		url('fonts/OpenSans-SemiBold.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
html{
	font-family:opensansregular, sans-serif;
}