@font-face {
	font-family: 'typ-fonticon';
	src:  url('../fonts/typfonts/typ-fonticon.eot?7lk6jg');
	src:  url('../fonts/typfonts/typ-fonticon.eot?7lk6jg#iefix') format('embedded-opentype'),
	url('../fonts/typfonts/typ-fonticon.ttf?7lk6jg') format('truetype'),
	url('../fonts/typfonts/typ-fonticon.woff?7lk6jg') format('woff'),
	url('../fonts/typfonts/typ-fonticon.svg?7lk6jg#typ-fonticon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="typ-icon-"], [class*=" typ-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'typ-fonticon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.typ-icon-arrow-previous:before {
	content: "\e001";
}
.typ-icon-arrow-next:before {
	content: "\e002";
}
