@font-face {
  font-family: 'Optima';
  font-weight: normal;
  src:  url('/themes/custom/mse/fonts/Optim.woff2') format('woff2');
}

@font-face {
  font-family: 'Optima-bold';
  font-weight: bold;
  src:  url('/themes/custom/mse/fonts/OptimBol.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeu';
  font-weight: normal;
  src:  url('/themes/custom/mse/fonts/HelveNeuLig.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeuItal';
  font-weight: normal;
  src:  url('/themes/custom/mse/fonts/HelveNeuIta.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeuBold';
  font-weight: bold;
  src:  url('/themes/custom/mse/fonts/HelveNeuBol.woff2') format('woff2');
}

@font-face {
  font-family: 'HelveticaNeuBoldItal';
  font-weight: bold;
  src:  url('/themes/custom/mse/fonts/HelveNeuBolIta.woff2') format('woff2');
}


.optima{
  font-family: 'Optima',sans-serif ;
}

.optimaBold{
  font-family: 'Optima-bold',sans-serif ;
}

.helvetica{
  font-family: 'HelveticaNeu',sans-serif ;
}

.helveticaItal{
  font-family: 'HelveticaNeuItal',sans-serif ;
}

.helveticaBold{
  font-family: 'HelveticaNeuBold',sans-serif ;
}

.helveticaBoldItal{
  font-family: 'HelveticaNeuBoldItal',sans-serif ;
}
