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

[class^="crypto-icon-"], [class*=" crypto-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cryptofont' !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;
}

.crypto-icon-toggle:before {
  content: "\e900";
  color: #a5a8ac;
}
.crypto-icon-close:before {
  content: "\e901";
  color: #a5a8ac;
}
