@font-face {
	font-family: arrow;
	src: url("arrow.woff") format("woff"), url("arrow.ttf") format("truetype");
}
.arrow-double-arrow:before {
	content: '\0041';
	font-family: arrow;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrow-arrow:before {
	content: '\0042';
	font-family: arrow;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}