@font-face {
    font-family: 'Cereal';
    src: url('Cereal.woff2') format('woff2 supports variations'),
        url('Cereal.woff2') format('woff2-variations');
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-03FF;
}

@font-face {
    font-family: 'Cereal it';
    src: url('Cereal_Italic.woff2') format('woff2 supports variations'),
        url('Cereal_Italic') format('woff2-variations');
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-03FF;
}