/*!
 * FontAwesome Slim - Brodshoes V3
 * Bevat alleen de benodigde icon weights: Light (fal) + Brands (fab)
 * Origineel: Font Awesome Pro 6.5.1
 */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/fa-light-300.woff2") format("woff2"),
       url("fonts/fa-light-300.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/fa-brands-400.woff2") format("woff2"),
       url("fonts/fa-brands-400.ttf") format("truetype");
}

/* Core FA styles */
.fa, .fa-classic, .fa-sharp, .fas, .far, .fal, .fad, .fass, .fasr, .fasl, .fat, .fal,
[class^="fa-"], [class*=" fa-"] {
  -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;
}

/* Light weight */
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/* Brands */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icons die op de site gebruikt worden */
.fa-book-open::before { content: "\f518"; }
.fa-fork-knife::before { content: "\e2eb"; }
.fa-hat-chef::before { content: "\f86b"; }