/*
 * SoHL icon glyphs for the knowledgebase.
 * AUTO-GENERATED by the SoHL repo (utils/build-kb-icon-assets.mjs) — do not edit
 * by hand. Regenerate with `npm run build:kb-icons` and copy both files across.
 *
 * Contains only the 12 game-icons glyph(s) the published docs use.
 * Font Awesome is loaded separately (its free set, from a CDN).
 *
 * Game-Icons.net artwork is CC BY 3.0 (CC0 for Viscious Speed and Zeromancer);
 * per-author credit lives in the SoHL repo at
 * assets/icons/game-icons/ATTRIBUTION.md.
 */
@font-face {
    font-display: block;
    font-family: "game-icons.net";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/game-icons-kb.woff2") format("woff2");
}

[class^="ginf-"],
[class*=" ginf-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1em;
    line-height: 1;
    vertical-align: -0.30em;
}

[class^="ginf-"]::before,
[class*=" ginf-"]::before {
    font-family: "game-icons.net" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.4em;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ginf-bow-arrow::before { content: "\e219"; }
.ginf-broadsword::before { content: "\e248"; }
.ginf-chest::before { content: "\e358"; }
.ginf-crossed-swords::before { content: "\e418"; }
.ginf-heart-beats::before { content: "\e736"; }
.ginf-knapsack::before { content: "\e83e"; }
.ginf-knockout::before { content: "\e847"; }
.ginf-old-wagon::before { content: "\ea18"; }
.ginf-screaming::before { content: "\ec38"; }
.ginf-skills::before { content: "\ecc3"; }
.ginf-sparkles::before { content: "\ed32"; }
.ginf-stockpiles::before { content: "\edd3"; }
