/* Font Awesome 6 Free — subset minimal con 24 iconos usados en La Guía de la Zona */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fontawesome-subset/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("/assets/fontawesome-subset/webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Solid */
.fa-scissors:before { content: "\f0c4"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-shirt:before { content: "\f553"; }
.fa-helmet-safety:before { content: "\f807"; }
.fa-house:before { content: "\f015"; }
.fa-dog:before { content: "\f6d3"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-champagne-glasses:before { content: "\f79f"; }
.fa-spray-can-sparkles:before { content: "\f5d0"; }
.fa-user-tie:before { content: "\f508"; }
.fa-car:before { content: "\f1b9"; }
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-at:before { content: "\40"; }
.fa-robot:before { content: "\f544"; }
.fa-store:before { content: "\f54e"; }
.fa-circle-question:before { content: "\f059"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-bug:before { content: "\f188"; }

/* Brands */
.fa-instagram:before { content: "\f16d"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-whatsapp:before { content: "\f232"; }
