@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-question-mark, .icon-mail, .icon-key, .icon-enter, .icon-file, .icon-warning, .icon-info, .icon-question, .icon-cancel-circle, .icon-checkmark-circle, .icon-spam, .icon-close, .icon-wrench {
	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-question-mark:before {
	content: "\e000";
}
.icon-mail:before {
	content: "\e001";
}
.icon-key:before {
	content: "\e002";
}
.icon-enter:before {
	content: "\e003";
}
.icon-file:before {
	content: "\e005";
}
.icon-warning:before {
	content: "\e004";
}
.icon-info:before {
	content: "\e006";
}
.icon-question:before {
	content: "\e007";
}
.icon-cancel-circle:before {
	content: "\e008";
}
.icon-checkmark-circle:before {
	content: "\e009";
}
.icon-spam:before {
	content: "\e00a";
}
.icon-close:before {
	content: "\e00b";
}
.icon-wrench:before {
	content: "\e00c";
}
