@font-face {
    font-family: "icons";
    src: url("./icons.woff?c8368e9c1e4f1af2e9ae5c197ef12e7a") format("woff"),
url("./icons.woff2?c8368e9c1e4f1af2e9ae5c197ef12e7a") format("woff2");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-circle:before {
    content: "\f101";
}
.icon-cog:before {
    content: "\f102";
}
.icon-favicon:before {
    content: "\f103";
}
