/*!
 * Local Font Awesome brand subset for ebdotcom
 * Includes only the icons referenced in the HTML templates.
 */
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("webfonts/fa-brands-400.woff2") format("woff2");
}

.fab,
.fa-brands {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fab,
.fa-brands,
.fab::before,
.fa-brands::before {
  display: inline-block;
}

.fa-bluesky::before {
  content: "\e671";
}

.fa-github::before {
  content: "\f09b";
}

.fa-quora::before {
  content: "\f2c4";
}

.fa-pinterest::before {
  content: "\f0d2";
}

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

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

.fa-twitter-square::before {
  content: "\f081";
}
