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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'pc-icon';
	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-email:before {
	content: "\e801";
}
.icon-search:before {
	content: "\e800";
}
.icon-arrow-next:before {
	content: "\e607";
}
.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-up:before {
	content: "\e601";
}
.icon-facebook:before {
	content: "\e602";
}
.icon-instagram:before {
	content: "\e603";
}
.icon-spotify:before {
	content: "\e604";
}
.icon-unhappy:before {
	content: "\e605";
}
.icon-youtube:before {
	content: "\e606";
}

