@font-face {
    font-family: "adhek";
    src: url("../fonts/adhek.woff2") format("woff2"),
        url("../fonts/adhek.ttf") format("truetype"),
        url("../fonts/adhek.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.aicon, [class^="aicon-"], [class*=" aicon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "adhek" !important;
    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;
}
.aicon-river:before {
    content: "\f001";
}
.aicon-worm:before {
    content: "\f002";
}
.aicon-fishing-rod:before {
    content: "\f003";
}
.aicon-hat:before {
    content: "\f004";
}
.aicon-hook:before {
    content: "\f005";
}
.aicon-reel:before {
    content: "\f006";
}
.aicon-bait:before {
    content: "\f007";
}
.aicon-bucket:before {
    content: "\f008";
}
.aicon-fishing-boat:before {
    content: "\f000";
}