/* FA6 -> FA7 compat: het theme-CSS gebruikt pseudo-elementen met de oude
 * "Font Awesome 6 ..." familienamen (afkomstig van de oude JS-kit).
 * Deze aliassen wijzen die namen naar de self-hosted FA7-webfonts, zodat
 * bestaande content:"\fxxx" regels blijven renderen zonder 70+ regels aan te passen.
 * Classic Light/Thin zitten niet in de kit; gewichten 100-400 vallen terug op Regular. */

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100 400;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 200 300;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(../webfonts/fa-sharp-solid-900.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}
/* Oude kit registreerde ook deze legacy-namen; sommige plugins/CSS gebruiken ze nog. */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 100 400;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/fa-sharp-regular-400.woff2) format("woff2");
}
