@font-face {
    font-family: NotoSansHans-Black;
    src: url('./fonts/NotoSansHans-Black.otf') format('truetype');
}

@font-face {
    font-family: NotoSansHans-Bold;
    src: url('./fonts/NotoSansHans-Bold.otf') format('opentype');
}

@font-face {
    font-family: NotoSansHans-DemiLight;
    src: url('NotoSansHans-DemiLight.otf') format('opentype');
}

@font-face {
    font-family: NotoSansHans-Light;
    src: url('./fonts/NotoSansHans-Light.otf') format('opentype');
}

@font-face {
    font-family: NotoSansHans-Medium;
    src: url('./fonts/NotoSansHans-Medium.otf') format('opentype');
}

@font-face {
    font-family: NotoSansHans-Regular;
    src: url('./fonts/NotoSansHans-Regular.otf') format('opentype');
}

@font-face {
    font-family: NotoSansHans-Thin-Windows;
    src: url('./fonts/NotoSansHans-Thin-Windows.otf') format('opentype');
}