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

[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-content_copy:before {
  content: "\e900";
}
.icon-gmail:before {
  content: "\e901";
  color: #d14836;
}
.icon-telegram:before {
  content: "\e902";
  color: #2ca5e0;
}
.icon-whatsapp:before {
  content: "\e903";
  color: #25d366;
}
.icon-x:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
  color: #1877f2;
}
