/* Font Awesome Fallback - Local Backup */

/* Facebook icon */
.fa-facebook-f:before {
  content: "\f39e";
}

/* LinkedIn icon */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* YouTube icon */
.fa-youtube:before {
  content: "\f167";
}

/* Twitter icon */
.fa-twitter:before {
  content: "\f099";
}

/* Instagram icon */
.fa-instagram:before {
  content: "\f16d";
}

/* Basic Font Awesome styles */
.fab,
.fas,
.far,
.fal {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 6 Brands";
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
