@font-face {
    font-family: "Manicure";
    src: url("../fonts/manicure.eot");
    src: url("../fonts/manicure.eot?#iefix") format("embedded-opentype"),
         url("../fonts/manicure.woff2") format("woff2"),
         url("../fonts/manicure.woff") format("woff"),
         url("../fonts/manicure.ttf") format("truetype"),
         url("../fonts/manicure.svg#Manicure") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

.icon-woman:before {
    content: "\e900"; /* Replace with the correct Unicode value from Fontello */
}

.icon-cosmetics:before {
    content: "\e901"; /* Replace with the correct Unicode value from Fontello */
}

.icon-gift-card:before {
    content: "\e902"; /* Replace with the correct Unicode value from Fontello */
}
