@font-face {
    font-family: 'pixelpoiizregular';
    src: url('pixelpoiiz-webfont.woff2') format('woff2'),
        url('pixelpoiiz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CMU Serif';
    src: url('CMUSerif-Italic.woff2') format('woff2'),
        url('CMUSerif-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'CMU Serif';
    src: url('CMUSerif-Roman.woff2') format('woff2'),
        url('CMUSerif-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: url('CD-Icons.woff2') format('woff2'),
        url('CD-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}