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

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

.icons-nav-menu:before {
  content: "\e900";
}
.icons-fb:before {
  content: "\ea90";
}
.icons-ig:before {
  content: "\ea92";
}
