/* Minimal local Themify icons fallback — prevents missing-file console errors. */
[class^="ti-"], [class*=" ti-"] {
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  speak: never;
  display: inline-block;
  line-height: 1;
}
.ti-close:before { content: "×"; }
.ti-menu:before { content: "☰"; }
.ti-angle-down:before { content: "⌄"; }
.ti-angle-up:before { content: "⌃"; }
.ti-angle-left:before { content: "‹"; }
.ti-angle-right:before { content: "›"; }
.ti-search:before { content: "⌕"; }
.ti-user:before { content: "•"; }
