@font-face {
	font-family: "rn-iconfont";
	src: url('../fonts/rn-iconfont.eot');
	src: url('../fonts/rn-iconfont.eot?#iefix') format('eot'),
		url('../fonts/rn-iconfont.woff2') format('woff2'),
		url('../fonts/rn-iconfont.woff') format('woff'),
		url('../fonts/rn-iconfont.ttf') format('truetype'),
		url('../fonts/rn-iconfont.svg#rn-iconfont') format('svg');
}

.icon:before {
	font-family: "rn-iconfont";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}


.icon-arrow:before {
	content: "\E001";
}

.icon-external:before {
	content: "\E002";
}
