﻿/* ==============================
   Noto Sans TC (中文) - 只保留實際用到的字重
   使用：400 (body預設), 500 (nav), 600 (h標題/按鈕), 700 (強調)
   ============================== */

/* 400 - regular */
@font-face {
    font-display: swap;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-tc-v39-latin-regular.woff2') format('woff2');
}
/* 500 */
@font-face {
    font-display: swap;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-tc-v39-latin-500.woff2') format('woff2');
}
/* 600 */
@font-face {
    font-display: swap;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-sans-tc-v39-latin-600.woff2') format('woff2');
}
/* 700 */
@font-face {
    font-display: swap;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-tc-v39-latin-700.woff2') format('woff2');
}

/* ==============================
   Poppins (英文) - 只保留實際用到的字重
   使用：400 (body預設), 500 (nav), 600 (h標題/按鈕), 700 (強調)
   italic 全部刪除（Style.css 無使用）
   ============================== */

/* 400 - regular */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
/* 500 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v24-latin-500.woff2') format('woff2');
}
/* 600 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v24-latin-600.woff2') format('woff2');
}
/* 700 */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v24-latin-700.woff2') format('woff2');
}
