@font-face {
  font-family: 'icnm';
  src:
    url('fonts/icnm.ttf?g93ten') format('truetype'),
    url('fonts/icnm.woff?g93ten') format('woff'),
    url('fonts/icnm.svg?g93ten#icnm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.icnm-bike:before {
  content: "\e901";
  color: #ec9c36;
}
.icnm-swim:before {
  content: "\e900";
  color: #ed9b36;
}
.icnm-run:before {
  content: "\e902";
  color: #ec9c36;
}
