@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('fa-brands-400.woff2') format('woff2');
}

.fab {
    display: inline-block;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-instagram::before {
    content: '\f16d';
}

.fa-vk::before {
    content: '\f189';
}
