body, html {
    height: 100%;
    font-family: 'noto', sans-serif;
    font-style: normal;
    overflow: hidden;
    font-weight: 400;
}
@font-face {
    font-family: "noto";
    src: url('/fonts/NotoSansTC-Regular.otf');
}

@font-face {
    font-family: "noto-light";
    src: url('/fonts/NotoSansTC-Light.otf');
}

@font-face {
    font-family: "noto-bold";
    src: url('/fonts/NotoSansTC-bold.otf');
}


@font-face {
    font-family: "nunito";
    src: url('/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: "nunito-light";
    src: url('/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: "nunito-bold";
    src: url('/fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: "fontawesome";
    src: url('/fonts/fa-solid-900.ttf');
}

@font-face {
    font-family: "fontawesome-r";
    src: url('/fonts/fa-regular-400.ttf');
}
