/** Frutiger */
@font-face {
    font-display: swap; 
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Frutiger/FrutigerLTStd-Light.otf') format('opentype');
}
@font-face {
    font-display: swap; 
    font-family: 'Frutiger';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Frutiger/FrutigerLTStd-Bold.otf') format('opentype');
}

/** Noto Sans CJK TC */
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Noto_Sans_CJK_tc/NotoSansCJKtc-Light.otf') format('opentype');
}
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Noto_Sans_CJK_tc/NotoSansCJKtc-Regular.otf') format('opentype');
}
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Noto_Sans_CJK_tc/NotoSansCJKtc-Medium.otf') format('opentype');
}
@font-face {
    font-display: swap; 
    font-family: 'Noto Sans CJK TC';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Noto_Sans_CJK_tc/NotoSansCJKtc-Bold.otf') format('opentype');
}