@font-face {
    font-family: "icones";
    src: url("../fonts/icones.woff2") format("woff2"),
         url("../fonts/icones.woff") format("woff"),
         url("../fonts/icones.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Classe base */
.bigodito-icone {
    font-family: "icones" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ícones disponíveis */
.bigodito-face-smile-hearts:before {
    content: "\f000";
}

.bigodito-badge-percent:before {
    content: "\f001";
}

/* Mantém o resto normal */
.latepoint-icon {
    font-family: inherit;
}

/* Só troca o que você quer */
.latepoint-icon-shopping-bag:before {
    font-family: "icones" !important;
    content: "\f000" !important;
}
