/* Google Fonts - Noto Sans TC */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");

/* Google Fonts - Averia Sans Libre */
@import url("https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

/* ===================================
   GenJyuuGothic 字體系列
   源自思源黑體的開源中日文字體
   ================================== */

/* ---- Duplicate family name to match other references ("Gen Jyuu Gothic") ---- */
/* Gen Jyuu Gothic - Thin (100) -> map to ExtraLight (200) so .font-thin works */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-ExtraLight.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - ExtraLight (200) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - Light (300) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - Regular (400) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - Normal/Medium (500) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - Bold (700) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gen Jyuu Gothic - Heavy (900) */
@font-face {
    font-family: "Gen Jyuu Gothic";
    src: url("../fonts/GenJyuuGothic-P-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
