@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa-solid, .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal; /* Voorkomt schuine weergave */
}

.fa-stream::before { content: "\f550"; }
.fa-headphones-alt::before { content: "\f58f"; }