/* 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-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.icon-luminoil:before {
    content: "\e905";
}
.icon-material:before,
.icon-materials:before {
    content: "\e904";
}
.icon-science:before {
    content: "\e901";
}
.icon-blazium:before {
    content: "\e902";
}
.icon-elder:before,
.icon-elders:before {
    content: "\e903";
}
