@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("NotoSans-Regular.ttf") format('woff2')
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("NotoSans-Bold.ttf") format('woff2');
}


@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("NotoSans-Italic.ttf") format("woff2")
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: bold;
    font-display: swap;
    src: url("NotoSans-BoldItalic.ttf") format('woff2');
}

