@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans'), local('NotoSans'), url(fonts/NotoSans.woff2) format('woff2'), url(fonts/NotoSans.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(fonts/NotoSans-Bold.woff2) format('woff2'), url(fonts/NotoSans-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(fonts/NotoSans-Italic.woff2) format('woff2'), url(fonts/NotoSans-Italic.woff) format('woff');
}
