@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-publish, .icon-cog, .icon-power-cord, .icon-folder, .icon-coffee, .icon-image, .icon-gauge, .icon-signout, .icon-comment-alt, .icon-user, .icon-bell, .icon-sad, .icon-code, .icon-house {
	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-publish:before {
	content: "\e002";
}
.icon-cog:before {
	content: "\e003";
}
.icon-power-cord:before {
	content: "\e004";
}
.icon-folder:before {
	content: "\e001";
}
.icon-coffee:before {
	content: "\f0f4";
}
.icon-image:before {
	content: "\e006";
}
.icon-gauge:before {
	content: "\e000";
}
.icon-signout:before {
	content: "\f08b";
}
.icon-comment-alt:before {
	content: "\f0e5";
}
.icon-user:before {
	content: "\e005";
}
.icon-bell:before {
	content: "\e007";
}
.icon-sad:before {
	content: "\e008";
}
.icon-code:before {
	content: "\e009";
}
.icon-house:before {
	content: "\e00a";
}
