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

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

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

@font-face {
    font-family: 'serif';
    src: url('../font/AlmarenaNeue-Ds-Regular.woff2') format('woff2'),
        url('../font/AlmarenaNeue-Ds-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
