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

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'EtudWorkIcons';
    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-right-double-arrow:before {
    content: "\e90a";
}
.icon-left-double-arrow:before {
    content: "\e90b";
}
.icon-delete:before {
    content: "\e90d";
}
.icon-edit:before {
    content: "\e90c";
}
.icon-rounded-info:before {
    content: "\e909";
}
.icon-locked:before {
    content: "\e907";
}
.icon-user-shape:before {
    content: "\e908";
}
.icon-refresh:before {
    content: "\e905";
}
.icon-tick-inside-circle:before {
    content: "\e903";
}
.icon-circle-outline:before {
    content: "\e904";
}
.icon-drop-down-arrow:before {
    content: "\e900";
}
.icon-right-arrow:before {
    content: "\e901";
}
.icon-left-arrow:before {
    content: "\e902";
}
.icon-round-account:before {
    content: "\e906";
}

