@font-face {
    font-family: 'Lusitana';
    src: url('../fonts/lusitana-regular.eot');
    src: url('../fonts/lusitana-regular.eot') format('embedded-opentype'),
         url('../fonts/lusitana-regular.woff2') format('woff2'),
         url('../fonts/lusitana-regular.woff') format('woff'),
         url('../fonts/lusitana-regular.ttf') format('truetype'),
         url('../fonts/lusitana-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lusitana';    
    src: url('../fonts/lusitana-bold.eot');
    src: url('../fonts/lusitana-bold.eot') format('embedded-opentype'),
         url('../fonts/lusitana-bold.woff2') format('woff2'),
         url('../fonts/lusitana-bold.woff') format('woff'),
         url('../fonts/lusitana-bold.ttf') format('truetype'),
         url('../fonts/lusitana-bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'hbc';
  src: url('../fonts/HelveticaLTStd-BoldCond.eot') format('embedded-opentype'),
       url('../fonts/HelveticaLTStd-BoldCond.otf')  format('opentype'),
       url('../fonts/HelveticaLTStd-BoldCond.woff') format('woff'), 
       url('../fonts/HelveticaLTStd-BoldCond.ttf')  format('truetype'), 
       url('../fonts/HelveticaLTStd-BoldCond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'huc';
  src: url('../fonts/HelveticaLTStd-UltraComp.eot') format('embedded-opentype'),  
       url('../fonts/HelveticaLTStd-UltraComp.otf')  format('opentype'),
       url('../fonts/HelveticaLTStd-UltraComp.woff') format('woff'), 
       url('../fonts/HelveticaLTStd-UltraComp.ttf')  format('truetype'), 
       url('../fonts/HelveticaLTStd-UltraComp.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hec';
  src: url('../fonts/HelveticaLTStd-ExtraComp.eot') format('embedded-opentype'),  
       url('../fonts/HelveticaLTStd-ExtraComp.otf')  format('opentype'),
       url('../fonts/HelveticaLTStd-ExtraComp.woff') format('woff'), 
       url('../fonts/HelveticaLTStd-ExtraComp.ttf')  format('truetype'), 
       url('../fonts/HelveticaLTStd-ExtraComp.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

