/*! Font Awesome 6 Free - Subset for The Upcoming */
/* Generated by subset_fa.py — edit icon-names.txt to modify */

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

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

.fa, .fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

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

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-spin-fast {
  animation: fa-spin .5s infinite linear;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Solid icons */
.fa-arrow-up-right-from-square::before { content: "\f08e"; }
.fa-bars::before { content: "\f0c9"; }
.fa-camera::before { content: "\f030"; }
.fa-caret-down::before { content: "\f0d7"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-comments::before { content: "\f086"; }
.fa-dice::before { content: "\f522"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-plus::before { content: "\2b"; }
.fa-right-left::before { content: "\f362"; }
.fa-rotate-right::before { content: "\f2f9"; }
.fa-rss::before { content: "\f09e"; }
.fa-trash::before { content: "\f1f8"; }

/* Brand icons */
.fa-facebook::before { content: "\f09a"; }
.fa-instagram::before { content: "\f16d"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-soundcloud::before { content: "\f1be"; }
.fa-spotify::before { content: "\f1bc"; }
.fa-square-facebook::before { content: "\f082"; }
.fa-square-pinterest::before { content: "\f0d3"; }
.fa-square-x-twitter::before { content: "\e61a"; }
.fa-square-youtube::before { content: "\f431"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }