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

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

.icon-cf_arrow-right:before {
  content: "\e90c";
}
.icon-cf_add:before {
  content: "\e900";
}
.icon-cf_alert:before {
  content: "\e901";
}
.icon-cf_close:before {
  content: "\e902";
}
.icon-cf_logout:before {
  content: "\e903";
}
.icon-cf_mail:before {
  content: "\e904";
}
.icon-cf_money:before {
  content: "\e905";
}
.icon-cf_people:before {
  content: "\e906";
}
.icon-cf_question:before {
  content: "\e907";
}
.icon-cf_search:before {
  content: "\e908";
}
.icon-cf_setting:before {
  content: "\e909";
}
.icon-cf_star:before {
  content: "\e90a";
}
.icon-cf_write:before {
  content: "\e90b";
}
