html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	//-webkit-text-stroke: 0.2pt;
	font-smooth: always!important;
	-webkit-font-smoothing: subpixel-antialiased!important;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('../fonts/helveticaneue.eot');
	src: url('../fonts/helveticaneue.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue.woff') format('woff'),
	url('../fonts/helveticaneue.ttf') format('truetype'),
	url('../fonts/helveticaneue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('../fonts/helveticaneue-bold.eot');
	src: url('../fonts/helveticaneue-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-bold.woff') format('woff'),
	url('../fonts/helveticaneue-bold.ttf') format('truetype'),
	url('../fonts/helveticaneue-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('../fonts/helveticaneue-italic.eot');
	src: url('../fonts/helveticaneue-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-italic.woff') format('woff'),
	url('../fonts/helveticaneue-italic.ttf') format('truetype'),
	url('../fonts/helveticaneue-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Helvetica Neue";
	src: url('../fonts/helveticaneue-bolditalic.eot');
	src: url('../fonts/helveticaneue-bolditalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneue-bolditalic.woff') format('woff'),
	url('../fonts/helveticaneue-bolditalic.ttf') format('truetype'),
	url('../fonts/helveticaneue-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'Helvetica Neue';
		src:url('../fonts/helveticaneue.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src:url('../fonts/helveticaneue-bold.svg') format('svg');
		font-weight: bold;
		font-style: normal;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src:url('../fonts/helveticaneue-bolditalic.svg') format('svg');
		font-weight: bold;
		font-style: italic;
	}

	@font-face {
		font-family: 'Helvetica Neue';
		src:url('../fonts/helveticaneue-italic.svg') format('svg');
		font-weight: normal;
		font-style: italic;
	}
}