@font-face {
  font-family: "lucide";
  src: url('lucide.woff2') format('woff2');
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'lucide' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flask-conical::before { content: "\e0d5"; }
.icon-code::before { content: "\e093"; }
.icon-settings::before { content: "\e154"; }
.icon-message-circle::before { content: "\e116"; }
.icon-book-open::before { content: "\e05f"; }
.icon-info::before { content: "\e0f9"; }
.icon-triangle-alert::before { content: "\e193"; }
.icon-clipboard-list::before { content: "\e086"; }
