@font-face {
    font-family: 'proximanova';
    src: url('../fonts/ProximaNovaLight.otf');
    font-weight: 100;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/ProximaNovaRegular.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'proximanova';
    src: url('../fonts/ProximaNovaSemiBold.otf');
    font-weight: 300;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?12892073');
  src: url('../fonts/fontello.eot?12892073#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?12892073') format('woff'),
       url('../fonts/fontello.ttf?12892073') format('truetype'),
       url('../fonts/fontello.svg?12892073#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}