/* Fix WoodMart icon font */
@font-face {
  font-family: "woodmart-font";
  src: url("/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Fix Font Awesome SVG icons that dont render on static sites */
.e-font-icon-svg { display: none !important; }
.elementor-nav-menu .sub-arrow { display: none !important; }

/* CSS-only dropdown arrows */
.menu-item-has-children > a::after {
  content: " ▾";
  font-size: 0.7em;
  opacity: 0.6;
}

/* Ensure FA webfont loads */
i.fa, i.fas, i.far, i.fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
}
