@charset "utf-8";

/* -------------字體引用-------------- */
@font-face {
    font-family: 'NotoSansTC-Thin';
    font-display: swap;
    src: url(../../fonts/NotoSansTC/NotoSansTC-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'NotoSansTC-Light';
    font-display: swap;
    src: url(../../fonts/NotoSansTC/NotoSansTC-Light.otf) format('opentype');
}

@font-face {
    font-family: 'NotoSansTC-Regular';
    font-display: swap;
    src: url(../../fonts/NotoSansTC/NotoSansTC-Regular.otf) format('opentype');
}

/* -------------字體設定-------------- */
.font_JH {
    font-family: "Microsoft JhengHei", sans-serif;
    /* 正黑 */
}

.font_NotoSansTC_Light {
    font-family: "NotoSansTC-Light", "Microsoft JhengHei", sans-serif;
}

.font_NotoSansTC_Regular {
    font-family: "NotoSansTC-Regular", "Microsoft JhengHei", sans-serif;
}

/* -------------字體顏色-------------- */

/* -------------字體樣式-------------- */