@font-face {
    font-family: 'Fixel Variable';
    src: url('../fonts/FixelDisplay-Regular.woff2') format('woff2'),
         url('../fonts/FixelDisplay-Regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fixel Variable';
    src: url('../fonts/FixelDisplay-SemiBold.woff2') format('woff2'),
         url('../fonts/FixelDisplay-SemiBold.otf') format('otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fixel Variable';
    src: url('../fonts/FixelDisplay-Black.woff2') format('woff2'),
         url('../fonts/FixelDisplay-Black.otf') format('otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fixel Variable';
    src: url('../fonts/FixelDisplay-Medium.woff2') format('woff2'),
         url('../fonts/FixelDisplay-Medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}