@font-face {
	font-family: "icons";
	src: url('./icons.eot');
	src: url('./icons.eot?#iefix') format('eot'),
		url('./icons.woff2') format('woff2'),
		url('./icons.woff') format('woff'),
		url('./icons.ttf') format('truetype'),
		url('./icons.svg#icons') format('svg');
}

.icon:before {
	font-family: "icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-1_arrow-down:before {
	content: "\E001";
}

.icon-2_arrow-left:before {
	content: "\E002";
}

.icon-3_arrow-right:before {
	content: "\E003";
}

.icon-4_arrow-up:before {
	content: "\E004";
}

.icon-5_menu:before {
	content: "\E005";
}

.icon-6_close:before {
	content: "\E006";
}

.icon-7_link:before {
	content: "\E007";
}

.icon-8_flag-switzerland:before {
	content: "\E008";
}
