@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");
  font-display: swap;
}

/* 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-star:before {
  content: "\f005";
}

.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";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-chart-column:before {
  content: "\f080";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-people-group:before {
  content: "\f500";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-moon:before {
  content: "\f186";
}

.fa-pen:before {
  content: "\f304";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-gear:before {
  content: "\f013";
}

.fa-cog:before {
  content: "\f013";
}
