@font-face {
    font-family: 'NotoSerifDisplay';
    src: url('NotoSerifDisplay-SemiBoldItalic.woff2') format('woff2'),
        url('NotoSerifDisplay-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Termina';
    src: url('Termina-Medium.woff2') format('woff2'),
        url('Termina-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TerminaRegular';
    src: url('Termina-Regular.woff2') format('woff2'),
        url('Termina-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TerminaDemi';
    src: url('Termina-Demi.woff2') format('woff2'),
        url('Termina-Demi.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

