@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: local('Helvetica Neue LT Pro 46 Light Italic'), local('HelveticaNeueLTPro-LtIt'),
    url('/site/templates/font/HelveticaNeueLTPro-LtIt.woff2') format('woff2'),
    url('/site/templates/font/HelveticaNeueLTPro-LtIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: local('Helvetica Neue LT Pro 45 Light'), local('HelveticaNeueLTPro-Lt'),
    url('/site/templates/font/HelveticaNeueLTPro-Lt.woff2') format('woff2'),
    url('/site/templates/font/HelveticaNeueLTPro-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: local('Helvetica Neue LT Pro 55 Roman'), local('HelveticaNeueLTPro-Roman'),
    url('/site/templates/font/HelveticaNeueLTPro-Roman.woff2') format('woff2'),
    url('/site/templates/font/HelveticaNeueLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: local('Helvetica Neue LT Pro 75 Bold'), local('HelveticaNeueLTPro-Bd'),
    url('/site/templates/font/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
    url('/site/templates/font/HelveticaNeueLTPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: local('Helvetica Neue LT Pro 35 Thin'), local('HelveticaNeueLTPro-Th'),
    url('/site/templates/font/HelveticaNeueLTPro-Th.woff2') format('woff2'),
    url('/site/templates/font/HelveticaNeueLTPro-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'icomoon';
    src:url(/site/templates/font/icomoon.eot);
    src:url(/site/templates/font/icomoon.eot#iefix) format('embedded-opentype'),
    url(/site/templates/font/icomoon.woff) format('woff'),
    url(/site/templates/font/icomoon.ttf) format('truetype'),
    url(/site/templates/font/icomoon.svg#icomoon) format('svg');
    font-weight:normal;
    font-style:normal;
}