@font-face {
  font-family: 'Icons';
  src:    url('https://cdn.cardtapp.com/fonts/icomoon-1.5/icomoon-icons.eot?r0m4p6');
  src:    url('https://cdn.cardtapp.com/fonts/icomoon-1.5/icomoon-icons.eot?r0m4p6#iefix') format('embedded-opentype'),
  url('https://cdn.cardtapp.com/fonts/icomoon-1.5/icomoon-icons.ttf?r0m4p6') format('truetype'),
  url('https://cdn.cardtapp.com/fonts/icomoon-1.5/icomoon-icons.woff?r0m4p6') format('woff'),
  url('https://cdn.cardtapp.com/fonts/icomoon-1.5/icomoon-icons.svg?r0m4p6#Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Icons' !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;
}