@font-face {
	font-family: "icons";
	src: url('../fonts/icons/icons.eot');
	src: url('../fonts/icons/icons.eot?#iefix') format('eot'),
		url('../fonts/icons/icons.woff') format('woff'),
		url('../fonts/icons/icons.ttf') format('truetype'),
		url('../fonts/icons/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-export:before {
	content: "\E001";
}

.icon-facebook:before {
	content: "\E002";
}

.icon-instagram:before {
	content: "\E003";
}

.icon-return:before {
	content: "\E004";
}

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

.icon-youtube:before {
	content: "\E006";
} */

.icon-export:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-return:before {
  content: "\e903";
}
.icon-tokster:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e005";
}
