/* Special font for our icons */
@font-face {
    font-family: 'heksiga';
    src: url('./heksiga.eot?wmk5zf');
    src: url('./heksiga.eot?wmk5zf#iefix') format('embedded-opentype'),
        url('./heksiga.ttf?wmk5zf') format('truetype'),
        url('./heksiga.woff?wmk5zf') format('woff'),
        url('./heksiga.svg?wmk5zf#heksiga') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'heksiga' !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-storage:before {
    content: "\e90a";
}
.icon-gold:before {
    content: "\e90b";
}
.icon-gain:before {
  content: "\e90c";
}
.icon-activation:before {
    content: "\e906";
}
.icon-build:before {
    content: "\e907";
}
.icon-production:before {
    content: "\e900";
}
.icon-harvest:before {
    content: "\e908";
}
.icon-evolve:before {
    content: "\e909";
}
.icon-luminoil:before {
    content: "\e905";
}
.icon-material:before,
.icon-materials:before {
    content: "\e904";
}
.icon-science:before {
    content: "\e901";
}
.icon-eclairium:before {
    content: "\e902";
}
.icon-elder:before,
.icon-elders:before {
    content: "\e903";
}
