@font-face {
    font-family: Sherman;
    src: url("../fonts/Sherman-Display.woff2") format("woff2"),
        url("../fonts/Sherman-Display.woff") format("woff"),
        url("../fonts/Sherman-Display.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Brakshoo;
    src: url("../fonts/BRAKSHOO.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: BlackRangeFree;
    src: url("../fonts/Black-Range-Free.ttf") format("truetype");
}

@font-face {
    font-family: "Gontserrat";
    src: url("../fonts/mwi/Gontserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gontserrat";
    src: url("../fonts/mwi/Gontserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gontserrat Semi Bold";
    src: url("../fonts/mwi/Gontserrat-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gontserrat Bold";
    src: url("../fonts/mwi/Gontserrat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin Super Condensed';
    src: url('../fonts/OriginSuperCondensed-UltraLight.woff2') format('woff2'),
        url('../fonts/OriginSuperCondensed-UltraLight.woff') format('woff'),
        url('../fonts/OriginSuperCondensed-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin Super Condensed';
    src: url('../fonts/OriginSuperCondensed-Light.woff2') format('woff2'),
        url('../fonts/OriginSuperCondensed-Light.woff') format('woff'),
        url('../fonts/OriginSuperCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin Super Condensed';
    src: url('../fonts/OriginSuperCondensed-Regular.woff2') format('woff2'),
        url('../fonts/OriginSuperCondensed-Regular.woff') format('woff'),
        url('../fonts/OriginSuperCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin Super Condensed';
    src: url('../fonts/OriginSuperCondensed-Bold.woff2') format('woff2'),
        url('../fonts/OriginSuperCondensed-Bold.woff') format('woff'),
        url('../fonts/OriginSuperCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Origin Super Condensed';
    src: url('../fonts/OriginSuperCondensed-Black.woff2') format('woff2'),
        url('../fonts/OriginSuperCondensed-Black.woff') format('woff'),
        url('../fonts/OriginSuperCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.font-brakshoo {
    font-family: Brakshoo, sans-serif !important;
    padding: 0px 0.8rem;
}

.fn-sherman,
.canvas-alt-tabs.tabs-bb .nav-link,
.dd-select .dd-selected,
.dd-select .dd-selected label,
.dd-options .dd-option label,
.schedule-matches .match-card .match-video-urls .btn-custom,
.btn-custom,
.text-article-title,
.season-url .season-title {
    font-family: Sherman, sans-serif !important;
}
