@font-face {
    font-family: 'Neva';
    src: url('Neva-Italic.woff2') format('woff2'),
        url('Neva-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Neva';
    src: url('Neva-Regular.woff2') format('woff2'),
        url('Neva-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neva';
    src: url('Neva-Bold.woff2') format('woff2'),
        url('Neva-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Case';
    src: url('Case-Regular.woff2') format('woff2'),
        url('Case-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Case';
    src: url('Case-Medium.woff2') format('woff2'),
        url('Case-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Case';
    src: url('Case-Light.woff2') format('woff2'),
        url('Case-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Case';
    src: url('Case-ExtraLightItalic.woff2') format('woff2'),
        url('Case-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Case';
    src: url('Case-ExtraLight.woff2') format('woff2'),
        url('Case-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}