@font-face {
    font-family: "icons";
    src: url("./icons.eot?2ce4dd2ec01c290585c951ded9b05a83?#iefix") format("embedded-opentype"),
url("./icons.woff2?2ce4dd2ec01c290585c951ded9b05a83") format("woff2"),
url("./icons.woff?2ce4dd2ec01c290585c951ded9b05a83") format("woff"),
url("./icons.ttf?2ce4dd2ec01c290585c951ded9b05a83") format("truetype"),
url("./icons.svg?2ce4dd2ec01c290585c951ded9b05a83#icons") format("svg");
}

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-beauty-card-blue:before {
    content: "\f101";
}
.icon-beauty-card-white:before {
    content: "\f102";
}
.icon-cart-blue:before {
    content: "\f103";
}
.icon-cart-white:before {
    content: "\f104";
}
.icon-facebook:before {
    content: "\f105";
}
.icon-instagram:before {
    content: "\f106";
}
.icon-plus:before {
    content: "\f107";
}
.icon-sangi-mark-primary:before {
    content: "\f108";
}
.icon-sangi-mark-secondary:before {
    content: "\f109";
}
.icon-wishlist-blue:before {
    content: "\f10a";
}
.icon-wishlist-white:before {
    content: "\f10b";
}
