@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.woff2") format("woff2"),
        url("fonts/icomoon.ttf") format("truetype"),
        url("fonts/icomoon.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-edit--off:before {
    content: "\f8df";
}
.icon-compare_arrows:before {
    content: "\e904";
}
.icon-web:before {
    content: "\e901";
}
.icon-control_camera:before {
    content: "\e902";
}
.icon-person:before {
    content: "\e900";
}
.icon-person_add_alt_1:before {
    content: "\e903";
}
.icon-account_circle:before {
    content: "\ebc7";
}
.icon-accessibility_new:before {
    content: "\ec7e";
}