@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('Helvetica-Neue-LT-Std-55-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('Helvetica-Neue-LT-Std-65-Medium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('Helvetica-Neue-LT-Std-75-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('Helvetica-Neue-LT-Std-95-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}