@font-face {
    font-family: 'Boogaloo';
    src: url('../../fonts/Boogaloo-Regular.ttf?4lxyee') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlegreyaSansSC';
    src: url('../../fonts/AlegreyaSansSC-Regular.ttf?4lxyee') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: url('../../fonts/icons.eot?4lxyee');
    src: url('../../fonts/icons.eot?4lxyee#iefix') format('embedded-opentype'),
        url('../../fonts/icons.ttf?4lxyee') format('truetype'),
        url('../../fonts/icons.woff?4lxyee') format('woff'),
        url('../../fonts/icons.svg?4lxyee#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'icons'; /* BYO icon font, mapped smartly */
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    font-size: inherit;
    text-transform: none;
    line-height: 1em;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    content: "\e906";
}

.icon-cirad-remove:before {
    content: "\e904";
}

.icon-user:before {
    content: "\e907";
}

.icon-cirad-arrow-up:before {
    content: "\e905";
}

.icon-cirad-edit:before {
    content: "\e903";
}

.icon-cirad-search:before {
    content: "\e902";
}

.icon-cirad-basket:before {
    content: "\e900";
}

.icon-cirad-user:before {
    content: "\e901";
}