/* Minimal icon fonts used by index.html only.
   Restored from the original Dekel theme to preserve the exact homepage icons. */

@font-face {
  font-family: "Stroke-Gap-Icons";
  src: url("../fonts/stroke-gap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: "Stroke-Gap-Icons" !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;
}

.icon-Pointer:before { content: "\e6ab"; }
.icon-Phone2:before { content: "\e674"; }
.icon-File:before { content: "\e685"; }
.icon-Search:before { content: "\e6a4"; }
.icon-Printer:before { content: "\e611"; }
.icon-Imbox:before { content: "\e6bb"; }
.icon-Menu:before { content: "\e6b5"; }
.icon-DesktopMonitor:before { content: "\e655"; }
.icon-Bulb:before { content: "\e6c4"; }
.icon-Tools:before { content: "\e69f"; }

@font-face {
  font-family: "fncp-icon";
  src: url("../fonts/fncp-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fncp-"], [class*=" fncp-"] {
  font-family: "fncp-icon" !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;
}

.fncp-target:before { content: "\e906"; }
.fncp-team:before { content: "\e904"; }
.fncp-phone-call:before { content: "\e905"; }
