/* 精简本地图标（仅站点实际使用的 Solid 图标） */
@font-face {
    font-family: "Minglian Icons";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.fa-solid,
.fas {
    font-family: "Minglian Icons";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-cloud:before { content: "\f0c2"; }
.fa-earth-asia:before { content: "\f57e"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-check:before { content: "\f00c"; }
.fa-server:before { content: "\f233"; }
.fa-sliders:before { content: "\f1de"; }
.fa-lock:before { content: "\f023"; }
.fa-desktop:before { content: "\f390"; }
.fa-laptop:before { content: "\f109"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-globe:before { content: "\f0ac"; }
.fa-coins:before { content: "\f51e"; }
.fa-rocket:before { content: "\f135"; }
.fa-tower-broadcast:before { content: "\f519"; }
.fa-signal:before { content: "\f012"; }
.fa-mobile-screen:before { content: "\f3cf"; }
.fa-microchip:before { content: "\f2db"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-clock:before { content: "\f017"; }
.fa-star:before { content: "\f005"; }
.fa-award:before { content: "\f559"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-scale-balanced:before { content: "\f24e"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-circle-check:before { content: "\f058"; }
.fa-ticket-simple:before { content: "\f3ff"; }
.fa-map-location-dot:before { content: "\f5a0"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-house:before { content: "\f015"; }
.fa-building:before { content: "\f1ad"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-flask:before { content: "\f0c3"; }
