@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'NotoSansTC';
    src: url('fonts/NotoSansTC-Light.woff2') format('woff2'),
        url('fonts/NotoSansTC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('fonts/NotoSansTC-Regular.woff2') format('woff2'),
        url('fonts/NotoSansTC-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('fonts/NotoSansTC-Medium.woff2') format('woff2'),
        url('fonts/NotoSansTC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansTC';
    src: url('fonts/NotoSansTC-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSansTC-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
