/*!
 * Font Awesome Custom Subset - De Vree Makelaardij 1.0.2
 * Alleen de 21 iconen die we gebruiken (~3KB vs 80KB)
 */

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

/* Base classes */
.fa, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa:before, .fas:before {
  content: var(--fa);
}

/* Utility classes */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* Onze iconen */
.fa-check-circle, .fa-circle-check { --fa: "\f058"; }
.fa-star { --fa: "\f005"; }
.fa-star-half-alt, .fa-star-half-stroke { --fa: "\f5c0"; }
.fa-clock { --fa: "\f017"; }
.fa-home, .fa-house { --fa: "\f015"; }
.fa-key { --fa: "\f084"; }
.fa-leaf { --fa: "\f06c"; }
.fa-phone { --fa: "\f095"; }
.fa-phone-alt, .fa-phone-flip { --fa: "\f879"; }
.fa-calendar { --fa: "\f133"; }
.fa-calendar-alt, .fa-calendar-days { --fa: "\f073"; }
.fa-calendar-check { --fa: "\f274"; }
.fa-map-marker, .fa-location-pin { --fa: "\f041"; }
.fa-map-marker-alt, .fa-location-dot { --fa: "\f3c5"; }
.fa-user-shield { --fa: "\f505"; }
.fa-ruler-combined { --fa: "\f546"; }
.fa-door-open { --fa: "\f52b"; }
.fa-vector-square { --fa: "\f5cb"; }
.fa-map-marked-alt, .fa-map-location-dot { --fa: "\f5a0"; }
.fa-vr-cardboard { --fa: "\f729"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-clipboard-check { --fa: "\f46c"; }
.fa-sign-in-alt, .fa-right-to-bracket { --fa: "\f2f6"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-sign-out-alt, .fa-right-from-bracket { --fa: "\f2f5"; }
