@font-face {
    font-family: 'Noto Serif Display Condensed Bold';
    src: url('NotoSerifDisplayCondensed-Bold.woff2') format('woff2'),
        url('NotoSerifDisplayCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display Condensed Light';
    src: url('NotoSerifDisplayCondensed-Light.woff2') format('woff2'),
        url('NotoSerifDisplayCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display Extra Light';
    src: url('NotoSerifDisplay-ExtraLight.woff2') format('woff2'),
        url('NotoSerifDisplay-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Display Regular';
    src: url('NotoSerifDisplay-Regular.woff2') format('woff2'),
        url('NotoSerifDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

