@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin '), url('./NotoSans-Thin.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 100;
    src: local('Noto Sans Thin Italic'), url('./NotoSans-ThinItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 200;
    src: local('Noto Sans ExtraLight'), url('./NotoSans-ExtraLight.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 200;
    src: local('Noto Sans ExtraLight Italic'), url('./NotoSans-ExtraLightItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), url('./NotoSans-Light.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Noto Sans Light Italic'), url('./NotoSans-LightItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), url('./NotoSans-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Noto Sans Italic'), url('./NotoSans-Italic.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), url('./NotoSans-Medium.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 500;
    src: local('Noto Sans Medium Italic'), url('./NotoSans-MediumItalic.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Sans SemiBold'), url('./NotoSans-SemiBold.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Noto Sans SemiBold Italic'), url('./NotoSans-SemiBoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), url('./NotoSans-Bold.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Noto Sans Bold Italic'), url('./NotoSans-BoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Noto Sans ExtraBold'), url('./NotoSans-ExtraBold.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Noto Sans ExtraBold Italic'), url('./NotoSans-ExtraBoldItalic.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), url('./NotoSans-Black.ttf') format("truetype");
}

@font-face {
    font-family: 'Noto Sans';
    font-style: italic;
    font-weight: 900;
    src: local('Noto Sans Black Italic'), url('./NotoSans-BlackItalic.ttf') format("truetype");
}