/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;700&display=swap');

@font-face {
    font-family: 'GenYoGothicTW';
    src: url('../font/GenYoGothic2TW-B.woff2') format('woff2');
    unicode-range: U+4E00-9FFF;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'GenYoGothicTW';
    src: url('../font/GenYoGothic2TW-R.woff2') format('woff2');
    unicode-range: U+4E00-9FFF;
    font-weight: 400;
    font-display: swap;
}
