@font-face {
    font-family: 'All Round Gothic Book Oblique';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-BookOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Bold Oblique';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Demi';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Book';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Demi Oblique';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-DemiOblique.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Medium Oblique';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic Medium';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic XLig Oblique';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-XLigOblique.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic XLig';
    src: url('assets/fonts/All_Round_Gothic/AllRoundGothic-XLig.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'All Round Gothic';
    src: url("assets/fonts/All_Round_Gothic/AllRoundGothic-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url("assets/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf") format('truetype');
}

@font-face {
    font-family: 'Poppins 600';
    src: url("assets/fonts/Poppins/Poppins-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Poppins 400';
    src: url("assets/fonts/Poppins/Poppins-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format('truetype');
}