@font-face {
  font-family: 'icomoon';
  src:  url('webfonts/icomoon/icomoon.eot?psc1g2');
  src:  url('webfonts/icomoon/icomoon.eot?psc1g2#iefix') format('embedded-opentype'),
    url('webfonts/icomoon/icomoon.ttf?psc1g2') format('truetype'),
    url('webfonts/icomoon/icomoon.woff?psc1g2') format('woff'),
    url('webfonts/icomoon/icomoon.svg?psc1g2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e901";
}
.icon-fa-menu:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
