@font-face {
	font-family: 'icns';
	src:url('icns.eot?-dhohbo');
	src:url('icns.eot?#iefix-dhohbo') format('embedded-opentype'),
		url('icns.woff?-dhohbo') format('woff'),
		url('icns.ttf?-dhohbo') format('truetype'),
		url('icns.svg?-dhohbo#icns') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icns';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
	content: "\3e";
}
