@font-face {
    font-family: "icons";
    src: url("./icons.woff?8d5b78df681f674f0ba3d1811e0a2f2d") format("woff"),
url("./icons.woff2?8d5b78df681f674f0ba3d1811e0a2f2d") 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-arrow-down:before {
    content: "\f101";
}
.icon-arrow-left:before {
    content: "\f102";
}
.icon-arrow-right:before {
    content: "\f103";
}
.icon-buttons-bag:before {
    content: "\f104";
}
.icon-buttons-collection:before {
    content: "\f105";
}
.icon-buttons-exit:before {
    content: "\f106";
}
.icon-buttons-money:before {
    content: "\f107";
}
.icon-buttons-social:before {
    content: "\f108";
}
.icon-buttons-star:before {
    content: "\f109";
}
.icon-buttons-wallet:before {
    content: "\f10a";
}
.icon-edit:before {
    content: "\f10b";
}
.icon-export:before {
    content: "\f10c";
}
.icon-hamburguer:before {
    content: "\f10d";
}
.icon-info:before {
    content: "\f10e";
}
.icon-logo_white:before {
    content: "\f10f";
}
.icon-logo:before {
    content: "\f110";
}
.icon-metamask:before {
    content: "\f111";
}
.icon-search:before {
    content: "\f112";
}
.icon-wallet:before {
    content: "\f113";
}
