/* Font Awesome Free 6.5.2 — zelf gehost, uitgedund tot de 21 iconen die deze
   site gebruikt. Voorheen via cdnjs.cloudflare.com; nu lokaal zodat het
   IP-adres van de bezoeker niet naar Cloudflare gaat (AVG).
   Iconen: CC BY 4.0, fonts: SIL OFL 1.1, code: MIT — fontawesome.com/license */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../assets/fonts/fa-solid-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../assets/fonts/fa-brands-400.woff2') format('woff2');
}

.fa-solid, .fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-solid { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.fa-solid::before, .fa-brands::before { content: var(--fa); }

.fa-angle-left { --fa: "\f104"; }
.fa-angle-right { --fa: "\f105"; }
.fa-car { --fa: "\f1b9"; }
.fa-clock { --fa: "\f017"; }
.fa-coins { --fa: "\f51e"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-globe { --fa: "\f0ac"; }
.fa-handshake-simple { --fa: "\f4c6"; }
.fa-house { --fa: "\f015"; }
.fa-instagram { --fa: "\f16d"; }
.fa-linkedin-in { --fa: "\f0e1"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-minus { --fa: "\f068"; }
.fa-mobile-screen-button { --fa: "\f3cd"; }
.fa-people-carry-box { --fa: "\f4ce"; }
.fa-people-group { --fa: "\e533"; }
.fa-person-rays { --fa: "\e54d"; }
.fa-plus { --fa: "\2b"; }
.fa-seedling { --fa: "\f4d8"; }
.fa-truck { --fa: "\f0d1"; }
.fa-whatsapp { --fa: "\f232"; }
