/* ============================================================
   icons.css – FA 6.5 Subset: 7 icons only
   Self-hosted declarations with font-display:swap
   Eliminates 18 KiB unused CSS from all.min.css
   ============================================================ */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2') format('woff2');
}

.fa-solid,.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid  { font-family: 'Font Awesome 6 Free';   font-weight: 900; }
.fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Only the 7 icons used on this page */
.fa-bolt::before          { content: "\f0e7"; }
.fa-circle::before        { content: "\f111"; }
.fa-headset::before       { content: "\f590"; }
.fa-moon::before          { content: "\f186"; }
.fa-sun::before           { content: "\f185"; }
.fa-whatsapp::before      { content: "\f232"; }
