/*!
 * Font Awesome Free 5.5.0 - 子集化版本
 * 仅包含儒彩网站实际使用的 9 个图标，体积从 140KB → 2KB
 * 文件: fa-solid-subset.woff2 + fa-brands-subset.woff2
 * 
 * 替换原 wp-content/plugins/getwid/vendors/fontawesome-free/css/all.min.css
 */

/* ===== Solid Icons ===== */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fa-solid-subset.woff2') format('woff2');
}

/* ===== Brands Icons ===== */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fa-brands-subset.woff2') format('woff2');
}

/* 基础样式（保留必需部分） */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Solid */ .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
/* Brands */ .fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }

/* ===== 只保留使用的图标映射 ===== */

/* Solid */
.fa-home:before      { content: "\f015"; }
.fa-envelope:before  { content: "\f0e0"; }
.fa-search:before    { content: "\f002"; }
.fa-play:before      { content: "\f04b"; }

/* Brands */
.fa-whatsapp:before         { content: "\f232"; }
.fa-facebook:before         { content: "\f09a"; }
.fa-facebook-f:before       { content: "\f39e"; }
.fa-instagram:before        { content: "\f16d"; }
.fa-youtube:before          { content: "\f167"; }
.fa-youtube-square:before   { content: "\f431"; }
.fa-skype:before            { content: "\f17e"; }
