@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rj49dk');
  src:  url('../fonts/icomoon.eot?rj49dk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rj49dk') format('truetype'),
    url('../fonts/icomoon.woff?rj49dk') format('woff'),
    url('../fonts/icomoon.svg?rj49dk#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;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconTeam:before {
  content: "\e900";
  color: #f00;
}
.icon-iconMaterialResource:before {
  content: "\e901";
  color: #e52420;
}
.icon-iconResource:before {
  content: "\e902";
  color: #f00;
}
.icon-iconResourceTeam:before {
  font-family: 'icomoon' !important;
  content: "\e903";
  position: relative;
  font-size: 18px;
  -webkit-text-stroke-width: 0.5px;
  text-shadow: 0.5px 0px 1px;
  -webkit-text-stroke-color: black;
  top: 6px;
  right: 14px;
  color: var( --color-medium);
  width: 1px;
}
