@font-face {
    font-family:'LuckiestGuy';
    src:
            url('fonts/LuckiestGuy-Regular.woff2') format('woff2'),
            url('fonts/LuckiestGuy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Fixel-Display';
    src:
            url('fonts/FixelDisplay-Regular.woff2') format('woff2'),
            url('fonts/FixelDisplay-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Fixel-Display';
    src:
            url('fonts/FixelDisplay-Bold.woff2') format('woff2'),
            url('fonts/FixelDisplay-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Fixel-Display';
    src:
            url('fonts/FixelDisplay-Black.woff2') format('woff2'),
            url('fonts/FixelDisplay-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
