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

[class*="icon-"]>.icon-text{display: none}

.icon-right-arrow:before {
    content: "\e901";
}
.icon-code:before {
    content: "\e915";
}
.icon-sync-alt:before {
    content: "\e916";
}
.icon-consultation:before {
    content: "\e917";
}
.icon-phone-laptop:before {
    content: "\e918";
}
.icon-speed:before {
    content: "\e919";
}
.icon-chart-line:before {
    content: "\e91a";
}
.icon-palette:before {
    content: "\e91c";
}
.icon-pwa:before {
    content: "\e900";
}
.icon-left-arrow:before {
    content: "\e902";
}
.icon-monitoring:before {
    content: "\e90b";
}
.icon-principle:before {
    content: "\e90c";
}
.icon-individual:before {
    content: "\e90d";
}
.icon-many:before {
    content: "\e90e";
}
.icon-home:before {
    content: "\e91d";
}

.icon-magento:before {
    content: "\e914";
}
.icon-youtube:before {
    content: "\e910";
}
.icon-twitter:before {
    content: "\e912";
}
.icon-instagram:before {
    content: "\e913";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-github:before {
    content: "\eab0";
}
.icon-linkedin:before {
    content: "\eaca";
}

