/* Font Awesome 5 Free – minimaler Subset für cg-goerlitz.de */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/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('/fonts/fa-solid-900.woff2') format('woff2');
}

.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;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Größen */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -0.0667em; }
.fa-2x { font-size: 2em; }
.fa-fw  { text-align: center; width: 1.25em; }

/* Ausrichtung */
.fa-pull-right { float: right; }

/* Icons — angle-* existieren in FA 5 Free nur im Solid-Schnitt */
.fa-angle-right::before          { content: "\f105"; font-weight: 900; }
.fa-angle-down::before           { content: "\f107"; font-weight: 900; }
.fa-chevron-circle-right::before { content: "\f138"; }
