/*
 * Font Awesome 5 Free – Subset für AGV-Seminare.
 * Enthält nur die im Theme verwendeten Solid-Icons:
 * envelope (\f0e0), chevron-up (\f077), star (\f005), play-circle (\f144).
 * Ersetzt das vollständige all.css + alle Webfonts. Font: fa-solid-900-subset.woff2.
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900-subset.woff2") format("woff2");
}

.fa,
.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;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa-envelope:before { content: "\f0e0"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-star:before { content: "\f005"; }
.fa-play-circle:before { content: "\f144"; }
