@font-face {
    font-family: "fonticon";
    src: url("fonts/fonticon.woff2") format("woff2"),
        url("fonts/fonticon.ttf") format("truetype"),
        url("fonts/fonticon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "fonticon" !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;
}

[class^="icon-ax-"],
[class*=" icon-ax-"] {
    font-family: "fonticon" !important;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-ax-"]::before,
[class*=" icon-ax-"]::before {
    font-size: inherit;
    color: currentColor;
}

.icon-ax-01::before { content: "\e901"; }
.icon-ax-02::before { content: "\e910"; }
.icon-ax-03::before { content: "\e919"; }
.icon-ax-04::before { content: "\e903"; }
.icon-ax-05::before { content: "\e90d"; }
.icon-ax-06::before { content: "\e90b"; }
.icon-ax-07::before { content: "\e912"; }
.icon-ax-08::before { content: "\f138"; }
.icon-ax-09::before { content: "\f142"; }
.icon-ax-10::before { content: "\f124"; }

