@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Noto+Serif+SC:wght@400;500;600&family=Noto+Serif+TC:wght@400;500;600&display=swap');

.fontEn {
    font-family: "Noto Serif SC", sans-serif;
}
.fontHans {
    font-family: "Noto Serif SC", sans-serif;
}
.fontHant {
    font-family: "Noto Serif TC", sans-serif;
}
.fontJa {
    font-family: "Noto Serif JP", sans-serif;
}

[x-cloak] { display: none !important; }

body {
    margin: 0;
    background-color: black;
    color: white;
}
a {
    color: white;
    text-decoration: none;
}

.full-screen-container {
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    max-height: -webkit-fill-available;
}