/* FontAwesome 5.15.4 – reduziert auf die 3 tatsächlich genutzten Glyphen.
   \f0c9 bars + \f00d times = Mobilmenü (über .eicon-* in ff-override.css),
   \f111 circle = Kompetenz-Ringe der Startseite (<i class="far fa-circle">).
   Ersetzt die externe cdnjs-CSS (59 KB) + die vollen Webfonts (~91 KB):
   die woff2 sind auf genau diese Glyphen gesubsettet (548 + 456 Bytes),
   die Regeln sind 1:1 aus dem Original übernommen. DSGVO-konform, kein 3rd-Party. */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(fa-regular-400.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(fa-solid-900.woff2) format("woff2")}
.fa,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.far{font-weight:400}
.fas{font-weight:900}
.fa-circle:before{content:"\f111"}
