/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP&family=Noto+Sans+KR&display=swap'); */

html,
body {
    height: 100%;
    user-select: none;
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

ruby,
ruby * {
    font-family: 'Noto Sans JP', sans-serif;
}

.nobr {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    font-weight: bold;
}