@font-face {
    font-family: "icons";
    src: url("./icons.eot?d996800e0742608f08f3e45879f19dd6#iefix") format("embedded-opentype"),
url("./icons.woff2?d996800e0742608f08f3e45879f19dd6") format("woff2"),
url("./icons.woff?d996800e0742608f08f3e45879f19dd6") 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-back:before {
    content: "\f131";
}
.icon-dark-mode:before {
    content: "\f12a";
}
.icon-home:before {
    content: "\f121";
}
.icon-light-mode:before {
    content: "\f11d";
}
.icon-link-external:before {
    content: "\27a6";
}
.icon-logo:before {
    content: "\f11c";
}
.icon-link:before {
    content: "\f101";
}
