@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?5cwifv');
  src: url('../fonts/icomoon.eot?5cwifv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5cwifv') format('truetype'),
    url('../fonts/icomoon.woff?5cwifv') format('woff'),
    url('../fonts/icomoon.svg?5cwifv#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-email {
  &:before {
    content: '\e902';
  }
}
.icon-logo {
  &:before {
    content: '\e900';
  }
}
.icon-hexagon {
  &:before {
    content: '\e901';
  }
}
.icon-phone {
  &:before {
    content: '\e942';
  }
}
.icon-location {
  &:before {
    content: '\e947';
  }
}
.icon-facebook {
  &:before {
    content: '\ea90';
  }
}
.icon-facebook2 {
  &:before {
    content: '\ea91';
  }
}
.icon-instagram {
  &:before {
    content: '\ea92';
  }
}
.icon-whatsapp {
  &:before {
    content: '\ea93';
  }
}
.icon-telegram {
  &:before {
    content: '\ea95';
  }
}
