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

/* Grundlegende Klasse für Solid-Icons */
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
}

/* Unicode-Zuordnungen für die verwendeten Icons */

.fa-bars:before {
  content: "\f0c9";
}

.fa-times:before {
  content: "\f00d";
}

.fa-plus:before {
  content: "\f067";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-code:before {
  content: "\f121";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-share:before {
  content: "\f064";
}
