@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('../fonts/fa-duotone-900.eot');
  src: url('../fonts/fa-duotone-900.eot?#iefix') format('embedded-opentype'),
  url('../fonts/fa-duotone-900.woff2') format('woff2'),
  url('../fonts/fa-duotone-900.woff') format('woff'),
  url('../fonts/fa-duotone-900.ttf') format('truetype'),
  url('../fonts/fa-duotone-900.svg#Font-awesome-pro') format('svg');
}

.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
  font-size: 25px;
  top: 6px;
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal:before {
  content: "\f012";
}

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fad.fa-signal-slash:after {
  content: "\10f695";
}

.fad.fa-signal-1:after {
  content: "\10f68c";
}

.fad.fa-signal-2:after {
  content: "\10f68d";
}

.fad.fa-signal-3:after {
  content: "\10f68e";
}

.fad.fa-signal-4:after {
  content: "\10f68f";
}

.fad.fa-signal:after {
  content: "\10f012";
}

.fa {
    padding-left: 4px;
}

.fa.fa-cogs {
    content: "\f085";
}

.fa.fa-cog {
    content: "\f013";
}