@font-face {
  font-family: 'icomoon';
  src: url('https://cdn.prange.io/cdn/icomoon.eot?ln5je');
  src: url('https://cdn.prange.io/cdn/icomoon.eot?ln5je#iefix')
      format('embedded-opentype'),
    url('https://cdn.prange.io/cdn/icomoon.ttf?ln5je') format('truetype'),
    url('https://cdn.prange.io/cdn/icomoon.woff?ln5je') format('woff'),
    url('https://cdn.prange.io/cdn/icomoon.svg?ln5je#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-fp:before {
  content: '\e900';
}
.icon-xing:before {
  content: '\e901';
  color: #006567;
}
.icon-linkedin:before {
  content: '\e902';
  color: #0077b5;
}
.icon-envelope:before {
  content: '\e903';
}
.icon-quote-right:before {
  content: '\e904';
}
.icon-quote-left:before {
  content: '\e905';
}
