@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Noto_Serif/NotoSerif-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Noto_Serif/NotoSerif-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Noto_Serif/NotoSerif-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Noto Serif';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Noto_Serif/NotoSerif-Italic.ttf) format('truetype');
}
