/* Font Awesome Local - usando apenas as fontes necessárias */
/* SOLID - Peso 900 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/fa-solid-900.woff2") format("woff2");
}

/* BRANDS - Peso 400 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/fa-brands-400.woff2") format("woff2");
}

/* Classes do Font Awesome (mínimas para funcionar sem o CDN) */
.fa,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

