@charset "utf-8";

/*FONTS CSS*/


@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../fonts/helveticaneueltstd-roman.eot');
    src: url('../../fonts/helveticaneueltstd-roman.eot') format('embedded-opentype'),
         url('../../fonts/helveticaneueltstd-roman.woff2') format('woff2'),
         url('../../fonts/helveticaneueltstd-roman.woff') format('woff'),
         url('../../fonts/helveticaneueltstd-roman.ttf') format('truetype'),
         url('../../fonts/helveticaneueltstd-roman.svg#HelveticaNeueLTStd55Roman') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../../fonts/helveticaneueltstd-bd.eot');
    src: url('../../fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('../../fonts/helveticaneueltstd-bd.woff2') format('woff2'),
         url('../../fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('../../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('../../fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
    font-weight: normal;
}



