@font-face {
    font-family: 'Uni Neue';
    src: url('./UniNeueRegular.woff2') format('woff2'),
        url('./UniNeueRegular.woff') format('woff'),
        url('./UniNeueRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Uni Neue';
    src: url('UniNeueRegular-Italic.woff2') format('woff2'),
        url('UniNeueRegular-Italic.woff') format('woff'),
        url('UniNeueRegular-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Uni Neue';
    src: url('./UniNeueBold.woff2') format('woff2'),
        url('./UniNeueBold.woff') format('woff'),
        url('./UniNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('./UniNeueLight.woff2') format('woff2'),
        url('./UniNeueLight.woff') format('woff'),
        url('./UniNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uni Neue';
    src: url('./UniNeueHeavy.woff2') format('woff2'),
        url('./UniNeueHeavy.woff') format('woff'),
        url('./UniNeueHeavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
