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

.icon {
	font-family: 'feather';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

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

.icon--heart:before {
	content: "\e024";
}
.icon--share:before {
	content: "\e081";
}
.icon--cross:before {
	content: "\e117";
}
.icon--download:before {
	content: "\e122";
}
.icon--arrow-left:before {
	content: "\e094";
}
.icon--arrow-right:before {
	content: "\e095";
}
