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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('fonts/icomoon.svg?lw14tf#icomoon') format('svg');
	}
}

[class^="icomoon-"], [class*=" icomoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-size: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-users:before {
	content: "\e902";
	color: #4b9dff;
}

.icomoon-instructors:before {
	content: "\e900";
	color: #827cab;
}

.icomoon-admins:before {
	content: "\e901";
	color: #b14542;
}

.icomoon-only-me:before {
	content: "\e903";
	color: #5ebf4d;
}

.icomoon-software:before {
	content: "\e904";
	color: navy;
}

.icomoon-hardware:before {
	content: "\e905";
	color: navy;
}