/* 性能优化: 合并为单一 @font-face，避免浏览器重复下载同一文件 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500 800;
    font-display: swap;
    src: url('./Inter.ttf') format('truetype');
}
