/* 自定义Font Awesome配置 - 使用本地字体文件 */
@font-face {
    font-family: 'FontAwesome';
    src: url('/public/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
         url('/public/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('/public/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
         url('/public/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
         url('/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 以下是从Font Awesome 4.7.0中提取的核心CSS，确保即使主文件加载失败也能工作 */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-history:before {
    content: "\f1da";
}

.fa-user:before {
    content: "\f007";
}

.fa-random:before {
    content: "\f074";