@font-face {
	font-family: 'genericons';
	src:url('font/genericons.eot?map0iz');
	src:url('font/genericons.eot?#iefixmap0iz') format('embedded-opentype'),
	url('font/genericons.woff?map0iz') format('woff'),
	url('font/genericons.ttf?map0iz') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.kaya-genericons {
	font-family: 'genericons';
	display: block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.kaya-genericons[data-icon]:before {
	display: inline-block;
	content: attr(data-icon);
}