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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-podcast, .icon-pen, .icon-facebook, .icon-stop, .icon-bubble, .icon-feed, .icon-search, .icon-tag, .icon-coin, .icon-youtube, .icon-mail, .icon-mail-2, .icon-twitter, .icon-new-tab, .icon-arrow-up, .icon-arrow-up-2, .icon-menu, .icon-menu-2 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-podcast:before {
	content: "\e004";
}
.icon-pen:before {
	content: "\e005";
}
.icon-facebook:before {
	content: "\e007";
}
.icon-stop:before {
	content: "\e008";
}
.icon-bubble:before {
	content: "\e009";
}
.icon-feed:before {
	content: "\e00a";
}
.icon-search:before {
	content: "\e00b";
}
.icon-tag:before {
	content: "\e00c";
}
.icon-coin:before {
	content: "\e000";
}
.icon-youtube:before {
	content: "\e001";
}
.icon-mail:before {
	content: "\e002";
}
.icon-mail-2:before {
	content: "\e006";
}
.icon-twitter:before {
	content: "\e003";
}
.icon-new-tab:before {
	content: "\e00d";
}
.icon-arrow-up:before {
	content: "\e00e";
}
.icon-arrow-up-2:before {
	content: "\e00f";
}
.icon-menu:before {
	content: "\e010";
}
.icon-menu-2:before {
	content: "\e011";
}
