/* Noto Sans TC 已移至 HTML <link> 非同步載入，不在此 @import */

/* 將所有字重整合進同一個家族名稱 */

/* 定義各個字體檔案 */
@font-face {
    font-family: "GenSeki-R";
    src:
        url("../fonts/GenSekiGothic2TW-R.woff2") format("woff2"),
        url("../fonts/GenSekiGothic2TW-R.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "GenSeki-M";
    src:
        url("../fonts/GenSekiGothic2TW-M.woff2") format("woff2"),
        url("../fonts/GenSekiGothic2TW-M.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "GenSeki-B";
    src:
        url("../fonts/GenSekiGothic2TW-B.woff2") format("woff2"),
        url("../fonts/GenSekiGothic2TW-B.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "GenSeki-H";
    src:
        url("../fonts/GenSekiGothic2TW-H.woff2") format("woff2"),
        url("../fonts/GenSekiGothic2TW-H.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "GenSeki-L";
    src:
        url("../fonts/GenSekiGothic2TW-L.woff2") format("woff2"),
        url("../fonts/GenSekiGothic2TW-L.otf") format("opentype");
    font-display: swap;
}

/* 指定的 Class 對應 */
.font-gen-seki-r {
    font-family: "GenSeki-R", sans-serif;
}

.font-gen-seki-m {
    font-family: "GenSeki-M", sans-serif;
}

.font-gen-seki-b {
    font-family: "GenSeki-B", sans-serif;
}

/* 依此類推... */
.font-gen-seki-h {
    font-family: "GenSeki-H", sans-serif;
}

.font-gen-seki-l {
    font-family: "GenSeki-L", sans-serif;
}
