@font-face {
    font-family: "icons";
    src: url("./icons.woff?f517d569b11ce915f21905530adcb70c") format("woff"),
url("./icons.woff2?f517d569b11ce915f21905530adcb70c") 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-telegram:before {
    content: "\f101";
}
.icon-sun:before {
    content: "\f102";
}
.icon-shield:before {
    content: "\f103";
}
.icon-rocket:before {
    content: "\f104";
}
.icon-pig:before {
    content: "\f105";
}
.icon-moon:before {
    content: "\f106";
}
.icon-login:before {
    content: "\f107";
}
.icon-lock:before {
    content: "\f108";
}
.icon-help:before {
    content: "\f109";
}
.icon-coin:before {
    content: "\f10a";
}
.icon-cloud-lock:before {
    content: "\f10b";
}
.icon-circle-check-fill:before {
    content: "\f10c";
}
.icon-chevron-down:before {
    content: "\f10d";
}
.icon-arrow-right:before {
    content: "\f10e";
}
.icon-arrow-left:before {
    content: "\f10f";
}
