/* =============================================================
   Icons – Subset von Font Awesome 7 Pro
   -------------------------------------------------------------
   AUTOMATISCH ERZEUGT von tools/build-icons.sh – nicht von Hand
   bearbeiten. Neues Icon: Klasse im Markup ergaenzen und das
   Skript erneut ausfuehren.
   ============================================================= */

@font-face {
  font-family: 'FA Solid Subset';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-subset.woff2') format('woff2');
}

.fa, .fas, .fa-solid, .fad, .fa-duotone {
  font-family: 'FA Solid Subset', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa::before, .fas::before, .fa-solid::before, .fad::before, .fa-duotone::before {
  content: var(--fa);
}

.fa-lg  { font-size: 1.25em; vertical-align: -.075em; }
.fa-2x  { font-size: 2em; }
.fa-3x  { font-size: 3em; }
.fa-5x  { font-size: 5em; }
.fa-10x { font-size: 10em; }
.fa-fw  { width: 1.25em; text-align: center; }

/* Icon-Glyphen */
.fa-arrow-up { --fa: "\f062"; }
.fa-bars { --fa: "\f0c9"; }
.fa-calculator { --fa: "\f1ec"; }
.fa-check-circle { --fa: "\f058"; }
.fa-circle-check { --fa: "\f058"; }
.fa-circle-info { --fa: "\f05a"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-external-link { --fa: "\f08e"; }
.fa-file-circle-plus { --fa: "\e494"; }
.fa-file-signature { --fa: "\f573"; }
.fa-gauge-high { --fa: "\f625"; }
.fa-handshake { --fa: "\f2b5"; }
.fa-id-card { --fa: "\f2c2"; }
.fa-info-circle { --fa: "\f05a"; }
.fa-leaf { --fa: "\f06c"; }
.fa-link { --fa: "\f0c1"; }
.fa-list-check { --fa: "\f0ae"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-paper-plane { --fa: "\f1d8"; }
.fa-phone { --fa: "\f095"; }
.fa-piggy-bank { --fa: "\f4d3"; }
.fa-scale-balanced { --fa: "\f24e"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-shield-heart { --fa: "\e574"; }
.fa-solar-panel { --fa: "\f5ba"; }
.fa-sun { --fa: "\f185"; }
.fa-user { --fa: "\f007"; }
.fa-user-plus { --fa: "\f234"; }
.fa-user-tie { --fa: "\f508"; }
.fa-users { --fa: "\f0c0"; }
