@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

/* Nur Brands-Icons zulassen */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }