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

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

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

@font-face {
    font-family: 'Commissioner';
    src: url('Commissioner-SemiBold.woff2') format('woff2'),
        url('Commissioner-SemiBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}