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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	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;
}

.icon-chevron-up:before {
	content: "\f077";
}
.icon-chevron-down:before {
	content: "\f078";
}
.icon-quote-left:before {
	content: "\f10d";
}
.icon-quote-right:before {
	content: "\f10e";
}
.icon-level-up:before {
	content: "\f148";
}
