@font-face {
    font-family: 'Neue Kabel Thin';
    src: url('../fonts/NeueKabel-Thin.woff2') format('woff2'),
        url('../fonts/NeueKabel-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel ExtraLight';
    src: url('../fonts/NeueKabel-ExtraLight.woff2') format('woff2'),
        url('../fonts/NeueKabel-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Light';
    src: url('../fonts/NeueKabel-Light.woff2') format('woff2'),
        url('../fonts/NeueKabel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Book';
    src: url('../fonts/NeueKabel-Book.woff2') format('woff2'),
        url('../fonts/NeueKabel-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Regular';
    src: url('../fonts/NeueKabel-Regular.woff2') format('woff2'),
        url('../fonts/NeueKabel-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Medium';
    src: url('../fonts/NeueKabel-Medium.woff2') format('woff2'),
        url('../fonts/NeueKabel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Bold';
    src: url('../fonts/NeueKabel-Bold.woff2') format('woff2'),
        url('../fonts/NeueKabel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Kabel ExtraBold';
    src: url('../fonts/NeueKabel-ExtraBold.woff2') format('woff2'),
        url('../fonts/NeueKabel-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Kabel Black';
    src: url('../fonts/NeueKabel-Black.woff2') format('woff2'),
        url('../fonts/NeueKabel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
