/*@font-face {
    font-family: "icons";
    src: url("./icons.eot?40e6ab8e636495b987def5d4f032289f#iefix") format("embedded-opentype"),
url("./icons.woff2?40e6ab8e636495b987def5d4f032289f") format("woff2"),
url("./icons.woff?40e6ab8e636495b987def5d4f032289f") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-roladex-tick:before {
    content: "\f101";
}*/

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

.fontello-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-roladex-tick:before {
  content: '\e800';
  color: #1d9bf0 !important;
}

.icon-bluesky:before {
  content: '\e801';
}
