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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../packages/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"),
    url("../packages/fontawesome-free/webfonts/fa-brands-400.woff") format("woff");
}

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

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

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-circle:before {
  content: "\f111";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-facebook-f:before {
  content: "\f39e";
}

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

.fa-spotify:before {
  content: "\f1bc";
}

.fa-twitter:before {
  content: "\f099";
}
