@font-face {
    font-family: 'sailec';
    src: url('sailec_medium-webfont.eot');
    src: url('sailec_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('sailec_medium-webfont.woff2') format('woff2'),
         url('sailec_medium-webfont.woff') format('woff'),
         url('sailec_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'sailec', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}