@font-face {
	font-family: 'Garamond';
	src: url('Garamond-Italic.eot');
	src: url('Garamond-Italic.eot?#iefix') format('embedded-opentype'),
		url('Garamond-Italic.woff2') format('woff2'),
		url('Garamond-Italic.woff') format('woff'),
		url('Garamond-Italic.ttf') format('truetype'),
		url('Garamond-Italic.svg#Garamond-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'avenir_85_heavyregular';
    src: url('Avenir-Heavy-webfont.eot');
    src: url('Avenir-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('Avenir-Heavy-webfont.woff2') format('woff2'),
         url('Avenir-Heavy-webfont.woff') format('woff'),
         url('Avenir-Heavy-webfont.ttf') format('truetype'),
         url('Avenir-Heavy-webfont.svg#avenir_85_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}