/* Font Awesome 图标 - 本地化版本 */
.fas, .far, .fal, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    font-weight: 900;
}
/* 常用图标定义 */
.fa-phone:before { content: "\\f095"; }
.fa-envelope:before { content: "\\f0e0"; }
.fa-map-marker-alt:before { content: "\\f3c5"; }
.fa-arrow-right:before { content: "\\f061"; }
.fa-check:before { content: "\\f00c"; }
.fa-users:before { content: "\\f0c0"; }
.fa-award:before { content: "\\f559"; }
.fa-calendar-alt:before { content: "\\f073"; }
