@font-face {
  font-family: 'eagle';
  src:  url('fonts/eagle.eot?gzil4s');
  src:  url('fonts/eagle.eot?gzil4s#iefix') format('embedded-opentype'),
    url('fonts/eagle.ttf?gzil4s') format('truetype'),
    url('fonts/eagle.woff?gzil4s') format('woff'),
    url('fonts/eagle.svg?gzil4s#eagle') 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: 'eagle' !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-point:before {
  content: "\e90b";
}
.icon-percentage:before {
  content: "\e90a";
}
.icon-0:before {
  content: "\e900";
}
.icon-1:before {
  content: "\e901";
}
.icon-2:before {
  content: "\e902";
}
.icon-3:before {
  content: "\e903";
}
.icon-4:before {
  content: "\e904";
}
.icon-5:before {
  content: "\e905";
}
.icon-6:before {
  content: "\e906";
}
.icon-7:before {
  content: "\e907";
}
.icon-8:before {
  content: "\e908";
}
.icon-9:before {
  content: "\e909";
}
