@font-face {
  font-family: 'calcicons';
  src: url('../font/calcicons.woff2') format('woff2'),
       url('../font/calcicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "calcicons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: inherit;
  /* line-height: 1em; */
  letter-spacing: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* width: 1em; */
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.icon-chainsaw_45deg:before { content: '\e800'; } /* '' */
.icon-circle_arrow_down:before { content: '\e801'; } /* '' */
.icon-circle_arrow_up:before { content: '\e802'; } /* '' */
.icon-money_coin_stacks:before { content: '\e803'; } /* '' */
.icon-syringe:before { content: '\e804'; } /* '' */
.icon-tree:before { content: '\e805'; } /* '' */

