/* Iconos: subset propio de Font Awesome 6 con solo los glifos usados
   (5 KB frente a los 1.06 MB de las cuatro fuentes completas).

   OJO AL AÑADIR UN ICONO NUEVO: si no está en esta lista, no se verá.
   Hay que regenerar el subset con ~/.herramientas/subset-fa.js tras añadir
   el icono a /tmp/mapa-iconos.txt (nombre + codepoint del all.css original,
   que sigue en assets/vendor/font-awesome por referencia). */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal; font-weight: 900; font-display: block;
  src: url("iconos-solid.woff2") format("woff2");
}
/* La plantilla declara sus ::before con la familia "Pro"; se apunta al
   mismo subset para no tocar su CSS. */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal; font-weight: 900; font-display: block;
  src: url("iconos-solid.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal; font-weight: 900; font-display: block;
  src: url("iconos-solid.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal; font-weight: 400; font-display: block;
  src: url("iconos-brands.woff2") format("woff2");
}

.fa, .fa-solid, .fa-sharp, .fa-regular, .fa-light, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa, .fa-solid, .fa-sharp, .fa-regular, .fa-light {
  font-family: "Font Awesome 6 Free"; font-weight: 900;
}
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-trend-up:before { content: "\e098"; }
.fa-arrow-up-right:before { content: "\e09f"; }
.fa-bars-staggered:before { content: "\f550"; }
.fa-bell:before { content: "\f0f3"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-bullseye:before { content: "\f140"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-simple:before { content: "\e473"; }
.fa-check:before { content: "\f00c"; }
.fa-coins:before { content: "\f51e"; }
.fa-comment-dots:before { content: "\f4ad"; }
.fa-comments:before { content: "\f086"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-database:before { content: "\f1c0"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-open-text:before { content: "\f658"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-file-arrow-down:before { content: "\f56d"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-gauge-high:before { content: "\f625"; }
.fa-globe:before { content: "\f0ac"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-lock:before { content: "\f023"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-mobile-screen:before { content: "\f3cf"; }
.fa-people-group:before { content: "\e533"; }
.fa-phone:before { content: "\f095"; }
.fa-server:before { content: "\f233"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-table-list:before { content: "\f00b"; }
.fa-triangle-exclamation:before { content: "\f071"; }
.fa-users:before { content: "\f0c0"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-xmark:before { content: "\f00d"; }
