@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:'WorkSans';
    src:
            url('fonts/WorkSans-Regular.woff2') format('woff2'),
            url('fonts/WorkSans-Regular.otf')  format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'WorkSans';
    src:
            url('fonts/WorkSans-SemiBold.woff2') format('woff2'),
            url('fonts/WorkSans-SemiBold.otf')  format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'WorkSans';
    src:
            url('fonts/WorkSans-Bold.woff2') format('woff2'),
            url('fonts/WorkSans-Bold.otf')  format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
