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

.icon {
    font-family: "icones-groupe" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bem-icon-logo::before {
    content: "\f000";
}
