@font-face {
    font-family: 'BrothersBold';
    src: url('../fonts/customFonts/Brothers-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRoundedBold';
    src: url('../fonts/customFonts/brothers-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/customFonts/gotham-rounded-bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shelby';
    src: url('../fonts/customFonts/league-gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Thirsty';
    src: url('../fonts/customFonts/shelby-script-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}