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