/* =====================================================
   Font Awesome SLIM – MB Taxi (FIX DEFINITIVO)
   ===================================================== */

/* -----------------------------------------------------
   FONT FACE – SOLID
----------------------------------------------------- */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype");
}

/* -----------------------------------------------------
   FONT FACE – BRANDS
----------------------------------------------------- */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype");
}

/* -----------------------------------------------------
   BASE – SOLID (compatibilità tema legacy)
----------------------------------------------------- */
.fa,
.fas,
.fal,
.fa-solid,
.icon.fa {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

/* -----------------------------------------------------
   BASE – BRANDS
----------------------------------------------------- */
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

/* -----------------------------------------------------
   SOLID ICONS
----------------------------------------------------- */
.fa-angle-double-left::before { content: "\f100"; }
.fa-angle-double-right::before { content: "\f101"; }
.fa-angle-down::before { content: "\f107"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-up::before { content: "\f106"; }

.fa-caret-right::before { content: "\f0da"; }

.fa-envelope::before { content: "\f0e0"; }

.fa-map-marker-alt::before { content: "\f3c5"; }

.fa-mobile::before { content: "\f3cd"; }
.fa-phone::before { content: "\f095"; }

.fa-plus::before { content: "\f067"; }
.fa-times::before { content: "\f00d"; }

.fa-star::before { content: "\f005"; }

/* -----------------------------------------------------
   BRANDS
----------------------------------------------------- */
.fa-instagram::before { content: "\f16d"; }
.fa-facebook-f::before { content: "\f39e"; }