@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;
}

/* 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-shareflow-logo-word, .icon-shareflow-logo-icon, .icon-shareflow-bubble, .icon-search, .icon-bolt, .icon-arrow-down, .icon-user, .icon-users, .icon-star, .icon-star-empty, .icon-envelope, .icon-menu, .icon-document-alt-fill, .icon-paperclip, .icon-pencil, .icon-remove, .icon-space {
	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-shareflow-logo-word:before {
	content: "\e000";
}
.icon-shareflow-logo-icon:before {
	content: "\e001";
}
.icon-shareflow-bubble:before {
	content: "\e002";
}
.icon-search:before {
	content: "\e003";
}
.icon-bolt:before {
	content: "\e004";
}
.icon-arrow-down:before {
	content: "\e005";
}
.icon-user:before {
	content: "\e006";
}
.icon-users:before {
	content: "\e007";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-empty:before {
	content: "\f006";
}
.icon-envelope:before {
	content: "\e00a";
}
.icon-menu:before {
	content: "\f0c9";
}
.icon-document-alt-fill:before {
	content: "\f0d6";
}
.icon-paperclip:before {
	content: "\e008";
}
.icon-pencil:before {
	content: "\e009";
}
.icon-remove:before {
	content: "\e00b";
}
.icon-space:before {
	content: "\e00c";
}
