/*!
 * 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);
}

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

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

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

.fa-linkedin:before {
  /*font-family: "Font Awesome 7 Brands";
  content: "\f08c";*/
  font-family: "FontAwesome";
  content: "\f0e1";
}

.fa-x-twitter:before {
  font-family: "Font Awesome 7 Brands";
  content: "\e61b";
  /* content: "\e61a"; */
}

.fa-instagram:before {
  font-family: "Font Awesome 7 Brands";
  content: "\f16d";
  /* content: "\e055"; */
}

.fa-email:before {
  font-family: "FontAwesome";
  content: "\f1fa";
}

.fa-rss:before {
  font-family: "FontAwesome";
  content: "\f09e";
}
