/* 
 * Local Font Definitions - Optimized Subsets
 * Inter (Latin only): 41KB
 * Noto Serif SC (常用汉字): 160KB
 * Total: ~200KB (reduced from 26MB)
 */

/* Inter - Variable Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/Inter.woff2') format('woff2');
}

/* Noto Serif SC - Chinese Subset */
@font-face {
    font-family: 'Noto Serif SC';
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
    src: url('/fonts/NotoSerifSC.woff2') format('woff2');
}