/* css/font-awesome.css */
/* 使用Unicode字符的图标方案 */

.fa {
    display: inline-block;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    line-height: 1;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 使用更合适的Unicode字符 */
.fa-home:before { content: "\1F3E0"; } /* 🏠 */
.fa-building:before { content: "\1F3E2"; } /* 🏢 */
.fa-gamepad:before { content: "\1F3AE"; } /* 🎮 */
.fa-user-plus:before { content: "\1F464"; } /* 👤 */
.fa-newspaper-o:before { content: "\1F4F0"; } /* 📰 */
.fa-phone:before { content: "\1F4DE"; } /* 📞 */
.fa-bars:before { content: "\2630"; } /* ☰ */
.fa-times:before { content: "\00D7"; } /* × */
.fa-chevron-left:before { content: "\2039"; } /* ‹ */
.fa-chevron-right:before { content: "\203A"; } /* › */
.fa-chevron-up:before { content: "\25B2"; } /* ▲ */
.fa-arrow-right:before { content: "\2192"; } /* → */
.fa-angle-right:before { content: "\203A"; } /* › */
.fa-envelope:before { content: "\2709"; } /* ✉ */
.fa-map-marker:before { content: "\1F4CD"; } /* 📍 */
.fa-map-o:before { content: "\1F5FA"; } /* 🗺 */
.fa-paper-plane:before { content: "\2708"; } /* ✈ */
.fa-exclamation-circle:before { content: "\26A0"; } /* ⚠ */
.fa-flag:before { content: "\1F6A9"; } /* 🚩 */