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

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

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

@font-face {
    font-family: 'league-gothic';
    src: url('league-gothic-condensed-italic.woff2') format('woff2'),
        url('league-gothic-condensed-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
