/* 图标库配置 - 稳定可靠方案 */

/* 使用稳定的Font Awesome CDN - 多重备用 */
@import url('https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css');
@import url('https://cdn.bootcdn.net/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://cdn.staticfile.org/font-awesome/6.0.0/css/all.min.css');

/* Font Awesome标准样式 */
.fas, .far, .fab, .fal, .fad {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far {
  font-weight: 400;
}

.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands" !important;
}

.fa {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 
 * 使用说明：
 * 1. 使用字节跳动CDN (lf3-cdn-tos.bytecdntp.com) - 速度最快
 * 2. 备用BootCDN (cdn.bootcdn.net) - 稳定可靠  
 * 3. 第三备用七牛云CDN (cdn.staticfile.org) - 国内访问优化
 * 4. 多重CDN确保图标库始终可用
 * 5. 完全兼容Font Awesome 6.0.0语法
 * 
 * 优势：
 * - 使用正版Font Awesome图标，视觉效果专业
 * - 多重CDN备用，确保高可用性
 * - 中国大陆访问速度优化
 * - 完全兼容现有代码
 * - 支持所有Font Awesome图标类型
 * - 免费使用
 */