@font-face {
	font-family: 'icomoon';
	src:url('fonts/moon.eot');
	src:url('fonts/moon.eot?#iefix') format('embedded-opentype'),
		url('fonts/moon.svg#moon') format('svg'),
		url('fonts/moon.woff') format('woff'),
		url('fonts/moon.ttf') format('truetype');
	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;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}