/* Fix ElementsKit Font Loading */
@font-face {
  font-family: 'elementskit';
  src: url('../fonts/elementskit.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Fix Simple Line Icons Font Loading */
@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Ensure icons are visible */
.elementkit-infobox-icon,
.icons {
  font-family: 'elementskit', 'simple-line-icons', Arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Force icon display */
.icon {
  display: inline-block !important;
  font-family: inherit !important;
}

/* Specific icon fixes */
.icon-Design-3:before { content: "\e001"; }
.icon-api_setup:before { content: "\e002"; }
.icon-rocket-ship:before { content: "\e003"; }
.icon-arrow-right-circle:before { content: "\e07a"; }
.icon-bulb:before { content: "\e086"; }
.icon-trophy:before { content: "\e006"; }
.icon-globe:before { content: "\e038"; }
.icon-event:before { content: "\e619"; }
.icon-rocket:before { content: "\e05c"; }
.icon-settings:before { content: "\e0a0"; }
.icon-chart:before { content: "\e087"; } 