@font-face {
  font-family: 'BioArbol Icons';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('./fonts/bioarbol-icons.woff2') format('woff2'),
       url('./fonts/bioarbol-icons.woff') format('woff'),
       url('./fonts/bioarbol-icons.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'BioArbol Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-bioarbol:before { content: "\e900"; }
