/*https://google-webfonts-helper.herokuapp.com/fonts/noto-sans?subsets=latin,cyrillic*/
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('noto-sans-v8-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans'), local('NotoSans'),
    url('noto-sans-v8-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('noto-sans-v8-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('noto-sans-v8-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('noto-sans-v8-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('noto-sans-v8-cyrillic_latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */

    /* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display */
    /* https://css-tricks.com/font-display-masses/ */
    font-display: swap;
}