/*index*/

@font-face {
   font-family: 'AvenirLTPro-Black'; /*a name to be used later*/
   src: url('AvenirLTPro-Black.otf'); /*URL to font*/
}

@font-face {
   font-family: 'AvenirLTPro-Light'; /*a name to be used later*/
   src: url('AvenirLTPro-Light.otf'); /*URL to font*/
}

@font-face {
   font-family: 'AvenirLTPro-Medium'; /*a name to be used later*/
   src: url('AvenirLTPro-Medium.otf'); /*URL to font*/
}

@font-face {
   font-family: 'AvenirLTPro-BlackOblique'; /*a name to be used later*/
   src: url('AvenirLTPro-BlackOblique.otf'); /*URL to font*/
}














































