@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/iconFonts/icomoon.eot?t4b1hr');
  src:  url('../fonts/iconFonts/icomoon.eot?t4b1hr#iefix') format('embedded-opentype'),
    url('../fonts/iconFonts/icomoon.ttf?t4b1hr') format('truetype'),
    url('../fonts/iconFonts/icomoon.woff?t4b1hr') format('woff'),
    url('../fonts/iconFonts/icomoon.svg?t4b1hr#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;
  /* 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;
}
.icon-bars:before {
  content: "\e922";
}
.icon-file-certificate:before {
  content: "\e920";
}
.icon-link:before {
  content: "\e921";
}
.icon-gear-complex-code:before {
  content: "\e91e";
}
.icon-laptop-code:before {
  content: "\e91f";
}
.icon-watch-smart:before {
  content: "\e91d";
}
.icon-typescript:before {
  content: "\e91c";
  /* color: #007acc; */
}
.icon-font-awesome:before {
  content: "\e91b";
}
.icon-node:before {
  content: "\e916";
}
.icon-python:before {
  content: "\e917";
}
.icon-twitter:before {
  content: "\e918";
}
.icon-whatsapp:before {
  content: "\e919";
}
.icon-youtube:before {
  content: "\e91a";
}
.icon-sort-up-solid:before {
  content: "\e90e";
}
.icon-square-phone:before {
  content: "\e90f";
}
.icon-laptop-mobile:before {
  content: "\e90c";
}
.icon-react:before {
  content: "\e90d";
}
.icon-circle-chevron-up:before {
  content: "\e900";
}
.icon-angular:before {
  content: "\e901";
}
.icon-bootstrap:before {
  content: "\e902";
}
.icon-css3-alt:before {
  content: "\e903";
}
.icon-figma:before {
  content: "\e904";
}
.icon-git-alt:before {
  content: "\e905";
}
.icon-gulp:before {
  content: "\e906";
}
.icon-html5:before {
  content: "\e907";
}
.icon-php:before {
  content: "\e908";
}
.icon-sass:before {
  content: "\e909";
}
.icon-square-js:before {
  content: "\e90a";
}
.icon-wordpress-simple:before {
  content: "\e90b";
}
.icon-xmark-solid:before {
  content: "\e915";
}
.icon-github:before {
  content: "\e914";
}
.icon-instagram:before {
  content: "\e913";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-square-facebook:before {
  content: "\e911";
}
.icon-telegram:before {
  content: "\e910";
}

/* HOVER */
.icon-html5:hover:before {
  color: #e44d26;
}
.icon-css3-alt:hover:before {
  color: #264de4;
}
.icon-bootstrap:hover:before {
  color: #8512fb;
}
.icon-font-awesome:hover:before {
  color: #528dd7;
}
.icon-sass:hover:before {
  color: #cd669a;
}
.icon-square-js:hover:before {
  color: #f0db4f;
}
.icon-figma:hover:before {
  color: var(--title);
}
.icon-laptop-mobile:hover:before {
  color: var(--title);
}
.icon-watch-smart:hover:before {
  color: var(--title);
}
.icon-git-alt:hover:before {
  color: #f05133;
}
.icon-gulp:hover:before {
  color: #da4648;
}
.icon-php:hover:before {
  color: #777bb3;
}
.icon-typescript:hover:before {
  color: #007acc;
}
.icon-angular:hover:before {
  color: #c3002f;
}