@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Bold.woff2') format('woff2'),
        url('NotoSerifDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Medium.woff2') format('woff2'),
        url('NotoSerifDisplay-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Display';
    src: url('NotoSerifDisplay-Light.woff2') format('woff2'),
        url('NotoSerifDisplay-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

