/*!
 * Self-hosted subset of Font Awesome Free 6 (Facebook, Instagram, TikTok, Twitch,
 * YouTube, Envelope icons only) for the Valie Dream Studios site.
 * Font Awesome Free is free software: icons — CC BY 4.0, fonts — SIL OFL 1.1,
 * code — MIT License. https://fontawesome.com/license/free
 */

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

.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.fa-solid  { font-family: "Font Awesome 6 Free";   font-weight: 900; }

.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before  { content: "\f16d"; }
.fa-tiktok:before     { content: "\e07b"; }
.fa-twitch:before     { content: "\f1e8"; }
.fa-youtube:before    { content: "\f167"; }
.fa-envelope:before   { content: "\f0e0"; }
