/* This is a separate CSS file because our fonts are hosted on woobox.com and must use relative file paths because of CORS issues */
/* Please change the version of the files (?v=1.1) anytime new icons are added. And keep in mind to update the $offerCacheVersion */
@font-face {
	font-family: 'icons';
	src:url('/fonts/app/icons.eot?v=1.1');
	src:url('/fonts/app/icons.eot?v=1.1') format('embedded-opentype'),
		url('/fonts/app/icons.woff?v=1.1') format('woff'),
		url('/fonts/app/icons.ttf?v=1.1') format('truetype'),
		url('/fonts/app/icons.svg?v=1.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
