@font-face {
    font-family: 'anara-font';
    src: url('/wp-content/uploads/fonts/anara-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.anara-font {
    font-family: 'anara-font'!important;
    font-style: normal;
    font-weight: normal;
}

.anara-icon {
    content: '\e900';
    font-family: 'anara-font' !important;
    font-style: normal;
    font-weight: 300 !important;
}

.uniE900:before {
    content: '\e900'; /* Unicode des Icons */
    font-family: 'anara-font';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
}