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

[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-camera:before {
  content: "\e900";
  color: #505050;
}
.icon-clipboard:before {
  content: "\e901";
  color: #505050;
}
.icon-coins:before {
  content: "\e902";
  color: #505050;
}
.icon-envelopes:before {
  content: "\e903";
  color: #505050;
}
.icon-magnifier:before {
  content: "\e904";
  color: #505050;
}
.icon-paper-checkmark:before {
  content: "\e905";
  color: #505050;
}
.icon-pencil:before {
  content: "\e906";
  color: #505050;
}
.icon-star:before {
  content: "\e907";
  color: #505050;
}
.icon-tool:before {
  content: "\e908";
  color: #505050;
}
.icon-attachment:before {
  content: "\e9cd";
}
