/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 * Cleaned up version
 */
 .fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900); }

.fa,
.fa-solid,
.fa-brands {
  -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-solid {
    font-family: 'Font Awesome 6 Free'; }

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

.fa-bars::before {
    content: "\f0c9"; }

.fa-bars-progress::before {
    content: "\f828"; }

.fa-bars-staggered::before {
    content: "\f550"; }

.fa-search-location::before {
    content: "\f689"; }
.fa-search::before {
    content: "\f002"; }
.fa-search-plus::before {
    content: "\f00e"; }
.fa-search-minus::before {
    content: "\f010"; }
.fa-search-dollar::before {
    content: "\f688"; }
.fa-searchengin:before {
    content: "\f3eb"; }
.fa-github:before {
    content: "\f09b"; }
.fa-docker:before {
    content: "\f395"; }
.fa-linkedin:before {
    content: "\f08c"; }
.fa-mastodon:before {
    content: "\f4f6"; }
.fa-twitter:before {
    content: "\f099"; }

.fa-envelope::before {
    content: "\f0e0"; }

.fa-discord:before {
    content: "\f392"; }

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

/* Regular */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* was 'block' */
    src: url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
    font-weight: 400; }

/* End regular */
/* Solid */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6 Free';
    --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap; /* was 'block' */
    src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
    font-weight: 900; }

/* End Solid */
/* Brands */
:root, :host {
    --fa-style-family-brands: 'Font Awesome 6 Brands';
    --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* was 'block' */
    src: url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"); }
/* End brands */