@charset "utf-8";
/*!
 * Font Awesome Pro 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 7 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-family: var(--fa-style-family-brands);
  --fa-style: 400;
}
