
@font-face{
	font-family: 'mmn';
	font-display: block;
	src: url('../fonts/mmn.ttf') format('truetype'),
			url('../fonts/mmn.woff') format('woff'),
			url('../fonts/mmn.svg#mmn') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']::before, [class*='icon-']::before{
	font-family: 'mmn';
	font-display: block;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;

	text-decoration: inherit;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes */
	font-variant: normal;
	text-transform: none;

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-menu::before{
	content: '\e900';
}
.icon-close::before{
	content: '\e901';
}
.icon-check::before{
	content: '\e902';
}
.icon-play::before{
	content: '\e903';
}
.icon-location::before{
	content: '\e904';
}
.icon-right::before{
	content: '\e905';
}
.icon-twitter::before{
	content: '\e906';
}
.icon-pinterest::before{
	content: '\e907';
}
.icon-facebook::before{
	content: '\e908';
}
.icon-linkedin::before{
	content: '\e909';
}
.icon-home::before{
	content: '\e90a';
}
.icon-search::before{
	content: '\e90b';
}
.icon-down::before{
	content: '\e90c';
}
.icon-article::before{
	content: '\e90d';
}
.icon-podcast::before{
	content: '\e90e';
}
.icon-video::before{
	content: '\e90f';
}
.icon-lock::before{
	content: '\e910';
}
.icon-youtube::before{
	content: '\e911';
}