/* use for en language */
@font-face {
    font-family: "Poppins-Regular";
    src: url(/35d26b781dc5fda684cc.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(/673ed42382ab264e0bf5.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url(/ac8d04b620e54be9b0f0.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url(/cdb29a5d7ccf57ff05a3.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src: url(/01849ee091e1762a5dd5.ttf);
    font-display: swap;
}
@font-face {
    font-family: "Poppins-Black";
    src: url(/d8b850b920a5ef49d752.ttf);
    font-display: swap;
}

/* use for sc language */
@font-face {
    font-family: "NotoSansSC-Black";
    src: url(/f56046462a74d5afc644.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansSC-Bold";
    src: url(/ff6febc6efaeeaca67ad.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansSC-Medium";
    src: url(/8bcbd10b88c4f7aef9f5.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansSC-Regular";
    src: url(/b53faedec5edbc4e93e4.ttf);
    font-display: swap;
}

/* use for tc language */
@font-face {
    font-family: "NotoSansTC-Black";
    src: url(/1caf1f58b58fac7317ed.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansTC-Bold";
    src: url(/999e82458139273a2cff.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansTC-Medium";
    src: url(/606e090b80b0b57c843c.ttf);
    font-display: swap;
}
@font-face {
    font-family: "NotoSansTC-Regular";
    src: url(/d85aa51d9a2de01f56b9.ttf);
    font-display: swap;
}

.title-x-large {
    font-family: "Poppins-Bold";
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        line-height: 46px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        line-height: 46px;
    }
}

.title-large {
    font-family: "Poppins-Bold";
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        line-height: 42px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        line-height: 42px;
    }
}

.title-medium-1 {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Medium";
        font-weight: 500;
        line-height: 36px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Medium";
        font-weight: 500;
        line-height: 36px;
    }
}

.title-medium-2 {
    font-family: "Poppins-ExtraBold";
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        font-weight: 700;
        line-height: 36px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        font-weight: 700;
        line-height: 36px;
    }
}

.title-small {
    font-family: "Poppins-ExtraBold";
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        font-weight: 700;
        line-height: 28px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        font-weight: 700;
        line-height: 28px;
    }
}

.headline {
    font-family: "Poppins-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        line-height: 26px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        line-height: 26px;
    }
}

.subheading {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        font-weight: 700;
        line-height: 24px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        font-weight: 700;
        line-height: 24px;
    }
}

.field-text {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Regular";
        line-height: 24px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Regular";
        line-height: 24px;
    }
}

.body-1 {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Medium";
        font-weight: 400;
        line-height: 22px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Medium";
        font-weight: 400;
        line-height: 22px;
    }
}

.body-2 {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        font-weight: 700;
        line-height: 22px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        font-weight: 700;
        line-height: 22px;
    }
}

.body-3 {
    font-family: "Poppins-Bold";
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Black";
        font-weight: 900;
        line-height: 22px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Black";
        font-weight: 900;
        line-height: 22px;
    }
}

.button-large {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Medium";
        font-weight: 500;
        line-height: 22px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Medium";
        font-weight: 500;
        line-height: 22px;
    }
}

.button-small {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Medium";
        font-weight: 500;
        line-height: 20px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Medium";
        font-weight: 500;
        line-height: 20px;
    }
}

.tag-menu-1 {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Regular";
        line-height: 16px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Regular";
        line-height: 16px;
    }
}

.tag-menu-2 {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Bold";
        font-weight: 700;
        line-height: 16px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Bold";
        font-weight: 700;
        line-height: 16px;
    }
}

.caption {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
    &:lang(zh-Hans) {
        font-family: "NotoSansSC-Medium";
        line-height: 14px;
    }
    &:lang(zh-Hant) {
        font-family: "NotoSansTC-Medium";
        line-height: 14px;
    }
}

