@charset "utf-8";

span[class^="ujs-icon-"]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: var(--vk-color-primary);
}

span.ujs-icon-pdf::after {
    content: "\f1c1";
}

span.ujs-icon-word::after {
    content: "\f1c2";
}

span.ujs-icon-excel::after {
    content: "\f1c3";
}

span.ujs-icon-extlink::after {
    content: "\f35d";
}
