@font-face {
  font-family: 'bang-icons';
  src:  url('../fonts/bang-icons.eot?eb1gty');
  src:  url('../fonts/bang-icons.eot?eb1gty#iefix') format('embedded-opentype'),
    url('../fonts/bang-icons.ttf?eb1gty') format('truetype'),
    url('../fonts/bang-icons.woff?eb1gty') format('woff'),
    url('../fonts/bang-icons.svg?eb1gty#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.icon-cross:before {
  content: "\e117";
}
.icon-fast-forward:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-ellipsis:before {
  content: "\e909";
}
.icon-bang-logo:before {
  content: "\e900";
  color: #59D0AF;
}
.icon-email:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-star:before {
  content: "\e904";
}

