/* Main Lucide CSS for Elementor */
@import url('https://cdn.jsdelivr.net/npm/lucide-static@latest/font/lucide.css');

/* Ensure Elementor picker shows icons correctly */
.elementor-icons-manager__tab-lucide-icons i {
    font-family: 'lucide' !important;
}

/* Base class for Lucide icons if needed */
.lucide {
    font-family: '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;
}
