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

@font-face {
	font-family: 'avenir';
	src: url('../fonts/avenir/AvenirLTStd-Light-metric.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('../fonts/avenir/avenirltstd-black-webfont.woff2') format('woff2'),
         url('../fonts/avenir/avenirltstd-black-webfont.woff') format('woff');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url('../fonts/futura/futura-bk-bt-book-webfont.woff2') format('woff2'),
         url('../fonts/futura/futura-bk-bt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/sourcecode/SourceCodePro-Regular.ttf') format('truetype');
}