/* X (Twitter) icon — requires Elementor FA brands webfont (includes x-twitter glyph) */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2") format("woff2");
}

.fab.fa-x-twitter:before {
  content: "\e9ca";
}

.fab.fa-x-twitter-square:before {
  content: "\e9c9";
}

.fab.fa-x-twitter,
.fab.fa-x-twitter-square {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}
