@charset "UTF-8";

.font-IMing,
.font-chinese {
    font-family: MingCP, sans-serif;
}
/* .font-pinyin {
    font-family: "Times New Roman", MingCP, sans-serif !important;
} */

h1 {
    font-family: MingCP;
}

*,
input[type="text"],
select,
textarea {
    font-family: 台灣宋體, MingCP, serif, sans-serif, cursive, fantasy, monospace;
}

/* 關於本站 */
.about-us * {
    font-family: 微軟正黑體;
}

/* 模組教材 */
[data-game-theme="interactive_teaching_material"] *:not(i),
[data-game-theme="teaching_material_package"] *:not(i) {
    font-family: 微軟正黑體, 台灣宋體, MingCP, serif, sans-serif, cursive, fantasy, monospace;
}

/* 自動下捲 */
#auto-anchor {
    scroll-margin-top: 70px;
}
@media screen and (max-width: 1065px) {
    #auto-anchor {
        scroll-margin-top: 140px;
    }
}
@media screen and (max-width: 768px) {
    #auto-anchor {
        scroll-margin-top: 50px;
    }
}
