@font-face {
    font-family: "icons";
    src: url("fonts/icons.woff2") format("woff2"),
        url("fonts/icons.ttf") format("truetype"),
        url("fonts/icons.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: "icons" !important;
    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-translate:before {
    content: "\f86d";
}
.icon-image-play:before {
    content: "\f28b";
}
.icon-film:before {
    content: "\f024";
}
.icon-music-4:before {
    content: "\f050";
}
.icon-audio-lines:before {
    content: "\f32f";
}
.icon-send--alt:before {
    content: "\f2f8";
}
.icon-send--alt--filled:before {
    content: "\f31d";
}
.icon-email:before {
    content: "\f516";
}
.icon-instagram:before {
    content: "\f8a5";
}
.icon-linkedin:before {
    content: "\f23f";
}
.icon-bluesky:before {
    content: "\f765";
}
.icon-x:before {
    content: "\f917";
}
.icon-facebook:before {
    content: "\f4d0";
}