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

[class^="icon-eth-"], [class*=" icon-eth-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'eth-font-icon' !important;
    speak: never;
    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-eth-arrow-up:before {
    content: "\e900";
}
.icon-eth-bars:before {
    content: "\e901";
    color: #ff5900;
}
.icon-eth-close:before {
    content: "\e902";
}
.icon-eth-df-meret:before {
    content: "\e903";
}
.icon-eth-lectures:before {
    content: "\e904";
    color: #fff;
}
.icon-eth-lectures-locked:before {
    content: "\e905";
    color: #fff;
}
.icon-eth-list:before {
    content: "\e906";
}
.icon-eth-marker:before {
    content: "\e907";
}
.icon-eth-microscope:before {
    content: "\e908";
    color: #fff;
}
.icon-eth-sphere:before {
    content: "\e909";
}
.icon-eth-table:before {
    content: "\e90a";
}
.icon-eth-target:before {
    content: "\e90b";
}