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

[class^="icon-"]:before, [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-x:before {
    content: "\f101";
}
.icon-star:before {
    content: "\f102";
}
.icon-search:before {
    content: "\f103";
}
.icon-multiply:before {
    content: "\f104";
}
.icon-mastodon:before {
    content: "\f105";
}
.icon-magnifier:before {
    content: "\f106";
}
.icon-linkedin:before {
    content: "\f107";
}
.icon-link:before {
    content: "\f108";
}
.icon-facebook:before {
    content: "\f109";
}
.icon-external-link-alt:before {
    content: "\f10a";
}
.icon-exclamation-triangle:before {
    content: "\f10b";
}
.icon-chevron-down:before {
    content: "\f10c";
}
.icon-check:before {
    content: "\f10d";
}
.icon-bluesky:before {
    content: "\f10e";
}
.icon-bars:before {
    content: "\f10f";
}
.icon-arrow-right:before {
    content: "\f110";
}
