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

.icon-consumption, .icon-human-dev, .icon-corp-gov, .icon-global-change {
  /* 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-consumption:before {
  content: "\e900";
}
.icon-human-dev:before {
  content: "\e901";
}
.icon-corp-gov:before {
  content: "\e902";
}
.icon-global-change:before {
  content: "\e903";
}

