/*@font-face {*/
/*    font-family: 'Noto Sans';*/
/*    src:*/
/*            local('Noto Sans Thin'),*/
/*            local('NotoSans-Thin'),*/
/*            url('./NotoSans/NotoSans-Thin.woff2') format('woff2'),*/
/*            url('./NotoSans/NotoSans-Thin.woff2') format('woff');*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Noto Sans';*/
/*    src:*/
/*            local('Noto Sans ExtraLight'),*/
/*            local('NotoSans-ExtraLight'),*/
/*            url('./NotoSans/NotoSans-ExtraLight.woff2') format('woff2'),*/
/*            url('./NotoSans/NotoSans-ExtraLight.woff2') format('woff');*/
/*    font-style: normal;*/
/*    font-weight: 200;*/
/*    font-display: swap;*/
/*}*/

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

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
        url('./NotoSans/NotoSans-Medium.woff2') format('woff2'),
        url('./NotoSans/NotoSans-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: local('Noto Sans SemiBold'), local('NotoSans-SemiBold'),
        url('./NotoSans/NotoSans-SemiBold.woff2') format('woff2'),
        url('./NotoSans/NotoSans-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

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

/*@font-face {*/
/*  font-family: 'Noto Sans';*/
/*    src:*/
/*            local('Noto Sans ExtraBold'),*/
/*            local('NotoSans-ExtraBold'),*/
/*            url('./NotoSans/NotoSans-ExtraBold.woff2') format('woff2'),*/
/*            url('./NotoSans/NotoSans-ExtraBold.woff2') format('woff');*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Noto Sans';*/
/*    src: local('Noto Sans Black'), local('NotoSans-Black'),*/
/*    url('./NotoSans/NotoSans-Black.woff2') format('woff2'),*/
/*    url('./NotoSans/NotoSans-Black.woff') format('woff');*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: swap;*/
/*}*/

html {
    font-synthesis-weight: none;
}
