/* Font Awesome - Solo iconos necesarios con font-display: swap */

/* Font Awesome 6 Free - Solid */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}

/* Font Awesome 6 Brands */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fa-brands-400.woff2') format('woff2');
}

/* Clases base de Font Awesome */
.fa,
.fas,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
}

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1;
}

/* ============================================
   ICONOS SOLID (fas)
   ============================================ */

/* Navegación y UI */
.fa-bars::before { content: "\f0c9"; }
.fa-times::before { content: "\f00d"; }
.fa-xmark::before { content: "\f00d"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-search::before { content: "\f002"; }
.fa-cog::before { content: "\f013"; }
.fa-home::before { content: "\f015"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-link::before { content: "\f0c1"; }
.fa-share::before { content: "\f064"; }
.fa-expand::before { content: "\f065"; }
.fa-compress::before { content: "\f066"; }

/* Comunicación */
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-comments::before { content: "\f086"; }
.fa-comment-dots::before { content: "\f4ad"; }

/* Ubicación y tiempo */
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-check::before { content: "\f274"; }

/* Media */
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }
.fa-volume-up::before { content: "\f028"; }
.fa-volume-mute::before { content: "\f6a9"; }
.fa-camera::before { content: "\f030"; }
.fa-video::before { content: "\f03d"; }
.fa-film::before { content: "\f008"; }
.fa-image::before { content: "\f03e"; }
.fa-photo-video::before { content: "\f87c"; }

/* Información */
.fa-info-circle::before { content: "\f05a"; }
.fa-question-circle::before { content: "\f059"; }
.fa-exclamation-circle::before { content: "\f06a"; }

/* Archivos */
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-file-invoice::before { content: "\f570"; }

/* Personas y grupos */
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-user-friends::before { content: "\f500"; }

/* Negocio */
.fa-building::before { content: "\f1ad"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-store::before { content: "\f54e"; }
.fa-shopping-cart::before { content: "\f07a"; }

/* Logros */
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-award::before { content: "\f559"; }
.fa-trophy::before { content: "\f091"; }
.fa-thumbs-up::before { content: "\f164"; }

/* Citas */
.fa-quote-left::before { content: "\f10d"; }
.fa-quote-right::before { content: "\f10e"; }

/* Estrategia y marca */
.fa-chess::before { content: "\f439"; }
.fa-chess-queen::before { content: "\f445"; }
.fa-bullseye::before { content: "\f140"; }
.fa-compass::before { content: "\f14e"; }
.fa-map::before { content: "\f279"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-sitemap::before { content: "\f0e8"; }
.fa-palette::before { content: "\f53f"; }
.fa-signature::before { content: "\f5b7"; }
.fa-swatchbook::before { content: "\f5c3"; }
.fa-book::before { content: "\f02d"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-tshirt::before { content: "\f553"; }

/* Marketing y publicidad */
.fa-bullhorn::before { content: "\f0a1"; }
.fa-ad::before { content: "\f641"; }
.fa-bus::before { content: "\f207"; }
.fa-broadcast-tower::before { content: "\f519"; }
.fa-newspaper::before { content: "\f1ea"; }

/* Tecnología y desarrollo */
.fa-code::before { content: "\f121"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-globe::before { content: "\f0ac"; }
.fa-lock::before { content: "\f023"; }
.fa-key::before { content: "\f084"; }

/* Datos y análisis */
.fa-chart-line::before { content: "\f201"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-analytics::before { content: "\f643"; }
.fa-search-dollar::before { content: "\f688"; }

/* Creatividad */
.fa-lightbulb::before { content: "\f0eb"; }
.fa-magic::before { content: "\f0d0"; }
.fa-pen-fancy::before { content: "\f5ac"; }
.fa-edit::before { content: "\f044"; }
.fa-drone::before { content: "\f85d"; }

/* Colaboración */
.fa-handshake::before { content: "\f2b5"; }
.fa-hands-helping::before { content: "\f4c4"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-clipboard-list::before { content: "\f46d"; }

/* Eventos */
.fa-glass-cheers::before { content: "\f79f"; }
.fa-rocket::before { content: "\f135"; }

/* ============================================
   ICONOS BRANDS (fab)
   ============================================ */

/* Redes Sociales */
.fa-instagram::before { content: "\f16d"; }
.fa-facebook::before { content: "\f09a"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-twitter::before { content: "\f099"; }
.fa-youtube::before { content: "\f167"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-tiktok::before { content: "\e07b"; }

/* Tecnología */
.fa-google::before { content: "\f1a0"; }
.fa-meta::before { content: "\e49b"; }
