@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?1574uk') format('truetype'),
    url('fonts/icomoon.woff?1574uk') format('woff'),
    url('fonts/icomoon.svg?1574uk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-film:before {
  content: "\f008";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-theater-masks:before {
  content: "\f630";
}
