/*
Added this in the variables.less file instead.

@font-face {
	font-family: 'FSB-fonticons';
	src:url('fonts/FSB-fonticons.eot?myjcz4');
	src:url('fonts/FSB-fonticons.eot?#iefixmyjcz4') format('embedded-opentype'),
		url('fonts/FSB-fonticons.woff?myjcz4') format('woff'),
		url('fonts/FSB-fonticons.ttf?myjcz4') format('truetype'),
		url('fonts/FSB-fonticons.svg?myjcz4#FSB-fonticons') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* created a mixin for this as well */
[class^="fsb-icon-"], [class*=" fsb-icon-"] {
	font-family: 'FSB-fonticons';
	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;
}

.fsb-icon-FSB_logo:before {
	content: "\e600";
}
.fsb-icon-arrow-left:before {
	content: "\e601";
}
.fsb-icon-arrow-right:before {
	content: "\e602";
}