@font-face {
    font-family: "Noto Serif";
    src: url("../webfonts/NotoSerif/NotoSerif-Regular.WOFF") format("woff");
}

@font-face {
    font-family: "Noto Serif";
    src: url("../webfonts/NotoSerif/NotoSerif-Bold.WOFF") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: "Noto Serif";
    src: url("../webfonts/NotoSerif/NotoSerif-Italic.WOFF") format("woff");
    font-style: italic;
}

@font-face {
    font-family: "Noto Serif";
    src: url("../webfonts/NotoSerif/NotoSerif-BoldItalic.WOFF") format("woff");
    font-style: italic;
    font-weight: bold;
}
