@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2") format("woff2"),
         url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.ttf") format("truetype");
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
}

.fa-flickr::before { content: "\f16e"; }
.fa-github::before { content: "\f09b"; }
.fa-lastfm::before { content: "\f202"; }
.fa-mastodon::before { content: "\f4f6"; }
.fa-npm::before { content: "\f3d4"; }
.fa-steam::before { content: "\f1b6"; }
.fa-youtube::before { content: "\f167"; }
