@font-face {
  font-family: 'tap-lucide';
  src: url('fonts/tap-lucide.woff') format('woff'),
       url('fonts/tap-lucide.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="tap-icon-"], [class*=" tap-icon-"] {
  font-family: 'tap-lucide' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tap-icon-sprout:before { content: "\e900"; }
.tap-icon-calendar-days:before { content: "\e901"; }
.tap-icon-leaf:before { content: "\e902"; }
.tap-icon-bug:before { content: "\e903"; }
.tap-icon-book-open:before { content: "\e904"; }
.tap-icon-arrow-right:before { content: "\e905"; }
.tap-icon-menu:before { content: "\e906"; }
.tap-icon-search:before { content: "\e907"; }
.tap-icon-flower-2:before { content: "\e908"; }
