/* FontAwesome 6 — Solo íconos usados en VacaWeb — reduce de 21KB a ~4KB */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("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("fa-brands-400.woff2") format("woff2");
}
.fa-solid, .fa-brands { font-style: normal; font-variant: normal; line-height: 1;
  text-rendering: auto; -webkit-font-smoothing: antialiased; display: inline-block; }
.fa-solid  { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

/* Íconos usados — unicode de FA6 Free Solid */
.fa-bars::before              { content: "\f0c9"; }
.fa-bolt::before              { content: "\f0e7"; }
.fa-briefcase::before         { content: "\f0b1"; }
.fa-building-columns::before  { content: "\f19c"; }
.fa-bullhorn::before          { content: "\f0a1"; }
.fa-check::before             { content: "\f00c"; }
.fa-chevron-down::before      { content: "\f078"; }
.fa-comments::before          { content: "\f086"; }
.fa-credit-card::before       { content: "\f09d"; }
.fa-envelope::before          { content: "\f0e0"; }
.fa-file-invoice::before      { content: "\f570"; }
.fa-flag::before              { content: "\f024"; }
.fa-gauge-high::before        { content: "\f625"; }
.fa-hard-drive::before        { content: "\f0a0"; }
.fa-headset::before           { content: "\f590"; }
.fa-link::before              { content: "\f0c1"; }
.fa-location-dot::before      { content: "\f3c5"; }
.fa-lock::before              { content: "\f023"; }
.fa-magnifying-glass-chart::before { content: "\e522"; }
.fa-microchip::before         { content: "\f2db"; }
.fa-pen-ruler::before         { content: "\e021"; }
.fa-phone::before             { content: "\f095"; }
.fa-quote-left::before        { content: "\f10d"; }
.fa-radio::before             { content: "\f8d9"; }
.fa-robot::before             { content: "\f544"; }
.fa-rocket::before            { content: "\f135"; }
.fa-rotate-left::before       { content: "\f2ea"; }
.fa-server::before            { content: "\f233"; }
.fa-shield-halved::before     { content: "\f3ed"; }
.fa-shield-virus::before      { content: "\e06c"; }
.fa-sliders::before           { content: "\f1de"; }
.fa-star::before              { content: "\f005"; }
.fa-store::before             { content: "\f54e"; }
.fa-tag::before               { content: "\f02b"; }
.fa-ticket::before            { content: "\f145"; }
.fa-trophy::before            { content: "\f091"; }
.fa-users::before             { content: "\f0c0"; }
.fa-xmark::before             { content: "\f00d"; }

/* FA Brands */
.fa-whatsapp::before  { content: "\f232"; }
.fa-wordpress::before { content: "\f19a"; }
.fa-paypal::before    { content: "\f1ed"; }
