

/* Gilroy Bold */
@font-face {
    font-family: 'Gilroy';
    src: url('https://itden-cdn.b-cdn.net/Gilroy-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-m';
    src: url('https://itden-cdn.b-cdn.net/Gilroy-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Gothic';
    src: url('https://itden-cdn.b-cdn.net/LeagueGothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* League Gothic Semi-Condensed */
@font-face {
    font-family: 'League Gothic SemiCondensed';
    src: url('https://itden-cdn.b-cdn.net/LeagueGothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'League Gothic Condensed';
    src: url('../fonts/LeagueGothic_Condensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}