@font-face {
	font-family: 'MaterialIcons';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
	src: local('Material Icons'),
		 local('fonts/MaterialIcons-Regular'),
		 url('fonts/MaterialIcons-Regular.woff2') format('woff2'),
		 url('fonts/MaterialIcons-Regular.woff') format('woff'),
		 url('fonts/MaterialIcons-Regular.ttf') format('truetype'),
		 url('fonts/MaterialIcons-Regular.svg') format('svg');
}

.ma {
	font: normal normal normal 16px/1 'MaterialIcons';
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
