@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2m2jfx');
  src:  url('fonts/icomoon.eot?2m2jfx#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?2m2jfx') format('truetype'),
    url('fonts/icomoon.woff?2m2jfx') format('woff'),
    url('fonts/icomoon.svg?2m2jfx#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: none;
  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-laptop:before {
  content: "\e001";
}
.icon-desktop:before {
  content: "\e002";
}
.icon-calendar:before {
  content: "\e00d";
}
.icon-wallet:before {
  content: "\e016";
}
.icon-lock:before {
  content: "\e020";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-gears:before {
  content: "\e02b";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers:before {
  content: "\e031";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-chat:before {
  content: "\e049";
}
.icon-download:before {
  content: "\e04d";
}
.icon-global:before {
  content: "\e052";
}
