/* Subset autogenerado de Font Awesome 6.4.0 Solid: solo los 20 iconos usados.
   Sustituye la carga de 147KB (fuente) + 100KB (CSS) desde CDN externo por
   ~2.3KB de fuente self-hosted. Si añades un nuevo icono <i class="fas fa-X">,
   hay que regenerar este subset (ver scripts/build-fa-subset o el historial). */
@font-face{
  font-family:'Font Awesome 6 Free';
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url('/fonts/fa-subset.woff2') format('woff2');
}
/* Brands: solo se usa fa-google (botón Google Maps en el detalle de tour). */
@font-face{
  font-family:'Font Awesome 6 Brands';
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url('/fonts/fa-brands-subset.woff2') format('woff2');
}
.fa,.fas,.fa-solid,.fab,.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;
}
/* font-family con !important: el reset de Tailwind 4 (cascade layers) puede
   pisar la familia heredada en algunos contenedores (p.ej. el botón de Google
   Maps con .fab), dejando el icono sin glifo. !important garantiza que el icono
   use siempre la fuente correcta sin depender del orden de carga del CSS. */
.fa,.fas,.fa-solid{
  font-family:'Font Awesome 6 Free'!important;
  font-weight:900;
}
.fab,.fa-brands{
  font-family:'Font Awesome 6 Brands'!important;
  font-weight:400;
}
.fa-arrow-right::before{content:"\f061";}
.fa-chevron-left::before{content:"\f053";}
.fa-chevron-right::before{content:"\f054";}
.fa-clock::before{content:"\f017";}
.fa-compass::before{content:"\f14e";}
.fa-euro-sign::before{content:"\f153";}
.fa-exclamation-circle::before{content:"\f06a";}
.fa-exclamation-triangle::before{content:"\f071";}
.fa-google::before{content:"\f1a0";}
.fa-grip-vertical::before{content:"\f58e";}
.fa-image::before{content:"\f03e";}
.fa-leaf::before{content:"\f06c";}
.fa-map-marked-alt::before{content:"\f5a0";}
.fa-map-marker-alt::before{content:"\f3c5";}
.fa-plus::before{content:"\2b";}
.fa-route::before{content:"\f4d7";}
.fa-times::before{content:"\f00d";}
.fa-trash::before{content:"\f1f8";}
.fa-users::before{content:"\f0c0";}
.fa-utensils::before{content:"\f2e7";}
