@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-Bold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-Black.ttf");
    font-weight: 800;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-LightItalic.ttf");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-BoldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans/NotoSans-BlackItalic.ttf");
    font-weight: 800;
    font-style: italic;
}
