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

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icon_font_53 !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-add:before {
    content: "\f101";
}
.icon-facebook:before {
    content: "\f102";
}
.icon-remove:before {
    content: "\f103";
}
