/* QuattroSync 3000 - Lokale FontAwesome Icons */
/* Nur die tatsächlich verwendeten Icons für bessere Performance */

@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fa,
.fas,
.fa-solid {
  font-family: 'FontAwesome';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Verwendete Icons in QuattroSync 3000 */
.fa-chart-line:before {
  content: '\f201';
}
.fa-clock-rotate-left:before {
  content: '\f1da';
}
.fa-cog:before {
  content: '\f013';
}
.fa-right-from-bracket:before {
  content: '\f2f5';
}
.fa-cookie-bite:before {
  content: '\f564';
}
.fa-check:before {
  content: '\f00c';
}
.fa-play:before {
  content: '\f04b';
}
.fa-pause:before {
  content: '\f04c';
}
.fa-microphone:before {
  content: '\f130';
}
.fa-robot:before {
  content: '\f544';
}
.fa-bell:before {
  content: '\f0f3';
}
.fa-envelope:before {
  content: '\f0e0';
}
.fa-sign-in-alt:before {
  content: '\f2f6';
}
.fa-exclamation-triangle:before {
  content: '\f071';
}
.fa-home:before {
  content: '\f015';
}
.fa-refresh:before {
  content: '\f021';
}
.fa-shield-halved:before {
  content: '\f3ed';
}
.fa-shield-alt:before {
  content: '\f3ed';
}
.fa-arrow-left:before {
  content: '\f060';
}
.fa-question-circle:before {
  content: '\f059';
}
.fa-info-circle:before {
  content: '\f05a';
}
.fa-circle-info:before {
  content: '\f05a';
}
.fa-user:before {
  content: '\f007';
}
.fa-xmark:before {
  content: '\f00d';
}
.fa-download:before {
  content: '\f019';
}
.fa-share:before {
  content: '\f064';
}
.fa-spell-check:before {
  content: '\f891';
}
