/*!
 * Font Awesome Free 7.0.1 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.
 */
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../css/fonts/fa-brands-400.woff2") format("woff2");
}
:root {
  --fa-family-brands: "Font Awesome 7 Brands";
}
.fab, .fa-brands, .fa-classic.fa-brands {
  font-family: var(--fa-family-brands) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  speak: none;
  line-height: 1;
}
.fab::before, .fa-brands::before, .fa-classic.fa-brands::before {
  content: var(--fa) !important;
  font-family: var(--fa-family-brands) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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