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

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

.icon-calendar:before {
  content: "\e913";
}
.icon-x-circle:before {
  content: "\e912";
}
.icon-logo-icon:before {
  content: "\e911";
}
.icon-edit:before {
  content: "\e90d";
}
.icon-filter:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-timer:before {
  content: "\e910";
}
.icon-close:before {
  content: "\e90b";
}
.icon-menu:before {
  content: "\e90c";
}
.icon-logo-text:before {
  content: "\e90a";
}
.icon-info:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-chevron-down:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-right:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}
.icon-calculator:before {
  content: "\e906";
}
.icon-receipt:before {
  content: "\e907";
}
.icon-folder-open:before {
  content: "\e908";
}
