/* Font Awesome Brand Icons */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format('woff2'),
         url(../fonts/fa-brands-400.ttf) format('truetype');
}

.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* Icon Definitions */
.server:before {
    content: '\f40d';
}

.instagram:before {
    content: '\f16d';
}

.github:before {
    content: '\f09b';
}

.tiktok:before {
    content: '\e07b';
}

.twitter:before {
    content: '\f099';
}

.discord:before {
    content: '\f392';
}

.shopee:before {
    content: '\e057';
}
