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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
	content: "\e900";
}
.icon-envelop:before {
	content: "\e901";
}
.icon-box-add:before {
	content: "\e905";
}
.icon-box-remove:before {
	content: "\e906";
}
.icon-switch:before {
	content: "\e902";
}
.icon-cross:before {
	content: "\e903";
}
.icon-checkmark:before {
	content: "\e904";
}