@font-face {
    font-family: 'Boogaloo';
    src: url('Fonts/Boogaloo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VC Henrietta';
    src: url('Fonts/HenriettaCondensed-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}