/* fa-subset.css — Subconjunto autoalojado de Font Awesome 6.5.1 Free
   Contiene ÚNICAMENTE los 9 íconos usados en todo el sitio (facebook-f, whatsapp,
   clock, location-dot, magnifying-glass, peso-sign, phone, chevron-up, chevron-down),
   generado con fonttools a partir de los archivos oficiales sin alterar ningún glifo.
   Reemplaza a all.min.css (102KB) — mismo resultado visual, ~99% menos peso. */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.subset.woff2") format("woff2");
}

.fa-solid, .fa-brands, .fa-regular {
  -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, .fa-regular { font-family: "Font Awesome 6 Free"; }
.fa-brands { font-family: "Font Awesome 6 Brands"; }
.fa-solid { font-weight: 900; }
.fa-regular, .fa-brands { font-weight: 400; }

.fa-location-dot:before { content: "\f3c5"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-peso-sign:before { content: "\e222"; }
.fa-phone:before { content: "\f095"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-clock:before { content: "\f017"; }
