@font-face {
    font-family: "LucideTOIcons";
    src: url("../font/LucideTOIcons.woff2") format("woff2"),
        url("../font/LucideTOIcons.woff") format("woff"),
        url("../font/LucideTOIcons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="lucide-"],
[class*=" lucide-"] {
    font-family: "LucideTOIcons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1 !important;
    text-shadow: none;
    display: inline-block;

    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lucide-bell:before { content: "\f000"; }
.lucide-log-out:before { content: "\f001"; }
.lucide-blocks:before { content: "\f002"; }
.lucide-chevron-down:before { content: "\f003"; }
.lucide-globe:before { content: "\f004"; }
.lucide-layout-panel-left:before { content: "\f005"; }
.lucide-building-2:before { content: "\f006"; }
.lucide-briefcase-business:before { content: "\f007"; }