/* fonts.css — 本地 Inter 自托管 (替换 Google Fonts CDN, 2026-09-06)
   权重 400/600/700 (与 ui-components.css @font-face 同源), 300/500/800 回退最近权重 */
@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/Inter-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../../assets/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
