/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

.fa-brands {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fa-brands)::before {
  content: var(--fa)/"";
}

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

.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-youtube {
  --fa: "\f167";
}
