<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'GenSenRoundedBold';
    src: url('../fonts/tc/GenSenRounded-B.ttf');
}

@font-face {
    font-family: 'GenSenRoundedRegular';
    src: url('../fonts/tc/GenSenRounded-R.ttf');
}

@font-face {
    font-family: 'ArialRoundedMTProBold';
    src: url('../fonts/en/ArialRoundedMTPro-Bold.otf');
}

@font-face {
    font-family: 'ArialRoundedMTPro';
    src: url('../fonts/en/ArialRoundedMTPro.otf');
}


@font-face {
    font-family: 'ArialRoundedMTProLight';
    src: url('../fonts/en/ArialRoundedMTPro-Light.otf');
}

@font-face {
    font-family: 'ArialRoundedMTProExtraBold';
    src: url('../fonts/en/ArialRoundedMTPro-ExtraBold.otf');
}

@font-face {
    font-family: 'AllRoundGothicBold';
    src: url('../fonts/en/allroundgothic-bold.otf');
}

.lang-tc, .lang-sc {
    font-family: 'GenSenRoundedRegular', 'GenSenRoundedBold', 'ArialRoundedMTPro', 'ArialRoundedMTProBold';
}

.lang-en {
    font-family: 'ArialRoundedMTProLight', 'ArialRoundedMTProBold';
}

.heading-font {
    font-family: 'AllRoundGothicBold', 'ArialRoundedMTProBold';
}

.hyphen-font {
    font-family: 'ArialRoundedMTProBold';
}

.en-extrabold {
    font-family: 'ArialRoundedMTProExtraBold';
}

.en-bold {
    font-family: 'ArialRoundedMTProBold';
}</pre></body></html>