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

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

.ico-clear:before {
  content: "\e791";
}
.ico-create:before {
  content: "\e795";
}
.ico-mail:before {
  content: "\e79d";
}
.ico-ion-arrow-down:before {
  content: "\f12f";
}
.ico-arrow-left:before {
  content: "\e094";
}
.ico-chevron-right:before {
  content: "\f054";
}
.ico-angle-right:before {
  content: "\f105";
}
