/**
 * Font Awesome 本地字体配置
 * 覆盖 CDN 加载的字体路径，指向本地 webfonts 目录
 */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-display: swap;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
         url('../webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-display: swap;
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
         url('../webfonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
