@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('../fonts/NunitoSans-Bold.ttf') format("truetype");
    font-display: fallback;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../fonts/NunitoSans-Regular.ttf') format("truetype");
    font-display: fallback;
}

@font-face {
    font-family: 'NotoSansCJKtc-Regular';
    src: url('../fonts/NotoSansCJKtc-Regular.otf') format("opentype");
    font-display: fallback;
}

@font-face {
    font-family: 'NotoSansCJKtc-Bold';
    src: url('../fonts/NotoSansCJKtc-Bold.otf') format("opentype");
    font-display: fallback;
}

@font-face {
    font-family: 'NotoSansCJKtc-Medium';
    src: url('../fonts/NotoSansCJKtc-Medium.otf') format("opentype");
    font-display: fallback;
}
