@font-face {
  font-family: 'fontello-extra';
  src: url('/styles/icons/font-extra/fontello.eot');
  src: url('/styles/icons/font-extra/fontello.eot') format('embedded-opentype'),
    url('/styles/icons/font-extra/fontello.woff2') format('woff2'),
    url('/styles/icons/font-extra/fontello.woff') format('woff'),
    url('/styles/icons/font-extra/fontello.ttf') format('truetype'),
    url('/styles/icons/font-extra/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="icon-snapchat"]:before {
  font-family: "fontello-extra";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-snapchat-ghost:before {
  content: '\f2ac';
}