@import url('./font-awesome/endcrawl-app/all.css');

@font-face {
  font-family: 'EndcrawlApp';
  font-style: normal;
  font-display: block;
  src: url('../fonts/font-awesome/endcrawl-app/custom-icons.woff2') format('woff2');
  descent-override: 14.286%;
}

.fa, .fak, .fa-kit {
  --fa-family: 'EndcrawlApp';
  text-align: inherit;
  width: auto;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}
.fa-fw {
  width: 1.28571429em;
  text-align: center
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
