/*-- Font-sets --*/
@font-face {
	font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeue-Light.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeue-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirLight';
    src: url('../fonts/AvenirLTStd-Light.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirMedium';
    src: url('../fonts/AvenirLTStd-Medium.otf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AvenirBlack';
    src: url('../fonts/AvenirLTStd-Black.otf');
	font-weight: normal;
	font-style: normal;
}

