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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-envelop:before {
  content: "\e945";
  width: auto;
  height: auto;
  display: block;
}
.icon-facebook2:before {
  content: "\ea91";
  padding-right: 1rem;
  color: darkblue;
}
.icon-instagram:before {
  content: "\ea92";
  padding-right: 1rem;
  color: darkorchid;
}
.icon-youtube:before {
  content: "\ea9d";
  padding-right: 1rem;
  color: crimson;
}
