/* Font Awesome 6 – font-display swap */
/* muss direkt  in den webfonts-Ordner gelegt werden */

/* Regular */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-regular-400.woff2") format("woff2"),
       url("fa-regular-400.ttf") format("ttf");
}

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

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