@font-face {
    font-family: 'AllRoundGothic-MediumOblique';
    src: url('AllRoundGothic-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AllRoundGothic';
    src: url('AllRoundGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllRoundGothic-BoldOblique';
    src: url('AllRoundGothic-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AllRoundGothic-Book';
    src: url('AllRoundGothic-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AllRoundGothic-BookOblique';
    src: url('AllRoundGothic-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AllRoundGothic';
    src: url('AllRoundGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

