/*!
 * Font Awesome TikTok Only - Optimizado para TikTok únicamente
 * Basado en Font Awesome Free 7.1.0
 */

:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fab,
.fa-brands,
.fa-classic.fa-brands {
  font-family: "Font Awesome 7 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Solo TikTok */
.fa-tiktok:before {
  content: "\e07b" !important;
  font-family: "Font Awesome 7 Brands" !important;
  font-weight: 400 !important;
}
