@font-face {
  font-family: 'FFX-Icons';
  src:
    url('fonts/FFX-Icons.ttf?qgt33b') format('truetype'),
    url('fonts/FFX-Icons.woff?qgt33b') format('woff'),
    url('fonts/FFX-Icons.svg?qgt33b#FFX-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ffx-"], [class*=" ffx-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FFX-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ffx-Doppelpfeil_right_neutral:before {
  content: "\e900";
}
.ffx-Doppelpfeil_left_neutral:before {
  content: "\e901";
}
.ffx-Doppelpfeil_up_neutral:before {
  content: "\e902";
}
.ffx-Doppelpfeil_down_neutral:before {
  content: "\e903";
}
