@charset "utf-8";
/* CSS Document */

/*-----fonts---*/

@font-face {
    font-family: 'avenirlight';
    src: url('../fonts/ael-webfont.eot');
    src: url('../fonts/ael-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ael-webfont.woff2') format('woff2'),
         url('../fonts/ael-webfont.woff') format('woff'),
         url('../fonts/ael-webfont.ttf') format('truetype'),
         url('../fonts/ael-webfont.svg#avenirregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirRegular';
    src: url('../fonts/aer_0-webfont.eot');
    src: url('../fonts/aer_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aer_0-webfont.woff') format('woff'),
         url('../fonts/aer_0-webfont.ttf') format('truetype'),
         url('../fonts/aer_0-webfont.svg#AvenirRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_Avenir95Black';
	src: url('../fonts/Avenir95Black.eot');
	src: local('☺'), 
	url('../fonts/Avenir95Black.woff') format('woff'), 
	url('../fonts/Avenir95Black.ttf') format('truetype'), 
	url('../fonts/Avenir95Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}