/* ==========================================================================
   FONT AWESOME (lokaal gehost, uitgekleed)
   --------------------------------------------------------------------------
   De volledige Font Awesome is ruim 460 KB voor ~2000 icoontjes. Deze site
   gebruikt er maar 11, dus staan hier alleen die. De lettertypen in
   assets/fonts/ zijn op dezelfde manier teruggeknipt.

   LET OP: wil je een nieuw icoontje gebruiken? Dan moet dit bestand opnieuw
   gegenereerd worden, anders blijft dat icoontje leeg. Dit bestand is
   gegenereerd; pas het niet met de hand aan.

   Gebaseerd op Font Awesome Free 6.7.2 (CC BY 4.0 / SIL OFL 1.1 / MIT)
   https://fontawesome.com
   ========================================================================== */

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

/* Basis: geldt voor elk icoon */
.fa-solid,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* De icoontjes zelf */
.fa-cat::before { content: "\f6be"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-github::before { content: "\f09b"; }
.fa-globe::before { content: "\f0ac"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-server::before { content: "\f233"; }
