/* This is a separate CSS file because our fonts are hosted on woobox.com and must use relative file paths because of CORS issues */
@font-face {
	font-family: 'icons';
	src:url('/fonts/app/icons.eot');
	src:url('/fonts/app/icons.eot') format('embedded-opentype'),
		url('/fonts/app/icons.woff') format('woff'),
		url('/fonts/app/icons.ttf') format('truetype'),
		url('/fonts/app/icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
