@font-face {
    font-family: 'Black Sans Ultra Light';
    src: url('BlackSans-UltraLight.woff2') format('woff2'),
        url('BlackSans-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Black Sans Black';
    src: url('BlackSans-Black.woff2') format('woff2'),
        url('BlackSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Black Sans Thin';
    src: url('BlackSans-Thin.woff2') format('woff2'),
        url('BlackSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Black Sans Semi Bold';
    src: url('BlackSans-SemiBold.woff2') format('woff2'),
        url('BlackSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Black Sans Regular';
    src: url('BlackSans-Regular.woff2') format('woff2'),
        url('BlackSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

