/**
 * Font Awesome 6 Brands — FA5 Pro (all.css) ile birlikte marka ikonları.
 * fa-brands / fab → FA6 Brands fontu; x-twitter dahil güncel marka seti.
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400-v6.woff2) format("woff2");
}

:root {
  --fa-style-family-brands: "Font Awesome 6 Brands";
}

.fa-brands,
i.fab,
a.fab,
.social-box .fab,
.social-box .fa-brands,
.header-top .fab,
.header-top .fa-brands,
.rts-social-area-one .fab,
.rts-social-area-one .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Eski twitter sınıfı → X logosu */
.fab.fa-twitter:before,
.fa-brands.fa-twitter:before,
.fa.fa-twitter:before {
  content: "\e61b";
}
