/**
 * 汉驰科技官网 - 字体资源配置文件
 * 
 * 说明：所有字体链接统一在此文件管理。
 * 如需更换字体或链接失效，只需修改此文件即可全局生效。
 * 
 * 当前字体方案：
 *   - 中文：Noto Sans SC（Google Fonts）
 *   - 英文：Inter（Google Fonts）
 * 
 * 备用字体链接（如 Google Fonts 不可访问，可切换为以下 CDN）：
 *   - 中文备用：https://fonts.loli.net（国内镜像）
 *   - 中文备用：https://fonts.proxy.ustclug.org（USTC 镜像）
 */

/* ---- 主字体加载（Google Fonts） ---- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap');

/*
 * 备用方案（注释掉上方 @import，取消注释以下行即可切换）：
 * @import url('https://fonts.loli.net/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap');
 */
