@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'neosansregular';
    src: url('neosans.eot');
    src: url('neosans.eot?#iefix') format('embedded-opentype'),
         /*url('neosans.woff2') format('woff2'),
         url('neosans.woff') format('woff'),*/
         url('neosans.ttf') format('truetype'),
         url('neosans.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'neosanslight';
    src: url('neosans-light.eot');
    src: url('neosans-light.eot?#iefix') format('embedded-opentype'),
         /*url('neosans-light.woff2') format('woff2'),
         url('neosans-light.woff') format('woff'),*/
         url('neosans-light.ttf') format('truetype'),
         url('neosans-light.svg#neosanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
