/*!
 * Font Awesome subset for schmidt-marketing.eu
 * Reduced to the icons actually used across:
 * index.html, leistungen.html, kontakt.html, impressum.html, datenschutz.html
 * Source basis: Font Awesome Free 7.1.0
 */

/* Only the solid font is needed */
@font-face{
  font-family:"Font Awesome 7 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fa,
.fa-solid,
.fas{
  --_fa-family:"Font Awesome 7 Free";
  display:inline-block;
  font-family:var(--_fa-family);
  font-style:normal;
  font-variant:normal;
  font-weight:900;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

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

/* Only icons used in the uploaded HTML files */
.fa-arrow-left{--fa:"\f060";}
.fa-envelope{--fa:"\f0e0";}
.fa-file-lines{--fa:"\f15c";}
.fa-layer-group{--fa:"\f5fd";}
.fa-paper-plane{--fa:"\f1d8";}
.fa-shield-halved{--fa:"\f3ed";}
