/*! Font Awesome Free 6.5.1 - SUBSET (nur die tatsaechlich genutzten Icons), selbst gehostet.
    Solid-Glyphen (inkl. .fa-icon Unicode-Spans) + 1 Brands-Glyph (Google).
    Lizenz: Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT - https://fontawesome.com/license/free */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900-subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400-subset.woff2") format("woff2");
}

/* Basis: Schrift + Rendering fuer die genutzten Icon-Klassen.
   (.fa-icon-Helper liegt in base.css und nutzt dieselbe Familie/Weight.) */
.fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-solid, .fas, .fa-brands, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Glyph-Zuordnung der per Klasse genutzten Icons */
.fa-hospital::before { content: "\f0f8"; }
.fa-user-doctor::before { content: "\f0f0"; }
.fa-hand::before { content: "\f256"; }
.fa-futbol::before { content: "\f1e3"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-info::before { content: "\f05a"; }
.fa-google::before { content: "\f1a0"; }
