@font-face {
    font-family: "icons";
    src: url("./icons.eot?b343eade3c0b9273e7d607090230f25f#iefix") format("embedded-opentype"),
url("./icons.woff2?b343eade3c0b9273e7d607090230f25f") format("woff2"),
url("./icons.woff?b343eade3c0b9273e7d607090230f25f") format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-system:before {
    content: "\f101";
}
.icon-light_mode:before {
    content: "\f102";
}
.icon-dark_mode:before {
    content: "\f103";
}
.icon-contrast:before {
    content: "\f104";
}
.icon-clear:before {
    content: "\f105";
}
.icon-audio:before {
    content: "\f106";
}
