/**
 * Lucide icon font — official webfont from lucide-static (OFL).
 * Toolbar mappings live in axanar_admin/css/toolbar-icons.css.
 * Inline use: <i class="icon-home" aria-hidden="true"></i>
 */

@font-face {
  font-family: "lucide";
  src: url("../fonts/lucide/lucide.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.lucide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "lucide" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.lucide--sm { font-size: 16px; }
.lucide--md { font-size: 20px; }
.lucide--lg { font-size: 24px; }