@charset "UTF-8";
/* CSS Document */

/* Avenir fonts */

@font-face {
	font-family: 'AvenirNext-HeavyItalic';
	src: url('AvenirNext-HeavyItalic.eot');
	src: url('AvenirNext-HeavyItalic.eot?#iefix') format('embedded-opentype'),
		url('AvenirNext-HeavyItalic.svg#AvenirNext-HeavyItalic') format('svg'),
		url('AvenirNext-HeavyItalic.ttf') format('truetype'),
		url('AvenirNext-HeavyItalic.woff') format('woff'),
		url('AvenirNext-HeavyItalic.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'AvenirNext-Bold';
	src: url('AvenirNext-Bold.eot');
	src: url('AvenirNext-Bold.eot?#iefix') format('embedded-opentype'),
		url('AvenirNext-Bold.svg#AAvenirNext-Bold') format('svg'),
		url('AvenirNext-Bold.ttf') format('truetype'),
		url('AvenirNext-Bold.woff') format('woff'),
		url('AvenirNext-Bold.woff2') format('woff2');
	font-weight: bolder;
	font-style: bolder;
}