/*
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License: Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT.
 * This local subset only declares the families and glyphs used by CDF.
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fab,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }
.fa,
.fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }

.fa-spotify::before { content: "\f1bc"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-youtube::before { content: "\f167"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-apple::before { content: "\f179"; }
.fa-google-play::before { content: "\f3ab"; }
.fa-link::before { content: "\f0c1"; }
