@font-face {
	font-family: 'AvantGarde';
	src: url('/Shared/fonts/avant_garde_book_bt-webfont.eot?') format('eot'),
		 url('/Shared/fonts/avant_garde_book_bt-webfont.woff') format('woff'),
		 url('/Shared/fonts/avant_garde_book_bt-webfont.ttf') format('truetype'),
		 url('/Shared/fonts/avant_garde_book_bt-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'AvantGarde';
		src: url('/Shared/fonts/avant_garde_book_bt-webfont.svg') format('svg');
		font-weight: normal;
		font-style: normal;
	}

}

