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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Social-icons';
  /* 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-arrow-left:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-emotion:before {
  content: "\e902";
}
.icon-export:before {
  content: "\e903";
}
.icon-filter:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-person:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
