@font-face {
    font-family: 'light';
    src: url('../font/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'regular';
    src: url('../font/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'medium';
    src: url('../font/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-Md.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bold';
    src: url('../font/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('../font/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
