@font-face {
  font-family: 'icomoon';
  src:  url('https://static.igem.wiki/teams/4325/wiki/index/icomoon.eot?uqa6on');
  src:  url('https://static.igem.wiki/teams/4325/wiki/index/icomoon.eot?uqa6on#iefix') format('embedded-opentype'),
    url('https://static.igem.wiki/teams/4325/wiki/index/icomoon.ttf?uqa6on') format('truetype'),
    url('https://static.igem.wiki/teams/4325/wiki/index/icomoon.woff?uqa6on') format('woff'),
    url('https://static.igem.wiki/teams/4325/wiki/index/icomoon.svg?uqa6on#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-eye:before {
  content: "\e9ce";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
