@font-face {
    font-family: 'FixelText';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url('../fonts/FixelText-Regular/FixelText-Regular.woff2') format('woff2'),
            url('../fonts/FixelText-Regular/FixelText-Regular.woff') format('woff'),
            url('../fonts/FixelText-Regular/FixelText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FixelText';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
            url('../fonts/FixelText-Bold/FixelText-Bold.woff2') format('woff2'),
            url('../fonts/FixelText-Bold/FixelText-Bold.woff') format('woff'),
            url('../fonts/FixelText-Bold/FixelText-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'FixelText';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src:
            url('../fonts/FixelText-Black/FixelText-Black.woff2') format('woff2'),
            url('../fonts/FixelText-Black/FixelText-Black.woff') format('woff'),
            url('../fonts/FixelText-Black/FixelText-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            url('../fonts/CuprumRegular/CuprumRegular.woff') format('woff'),
            url('../fonts/CuprumRegular/CuprumRegular.ttf') format('truetype');
}