/*!
 * Font Awesome subset — only icons used on this site.
 * License: https://fontawesome.com/license/free
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
    -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-brands::before,
.fa-regular::before,
.fa-solid::before,
.fa::before,
.fab::before,
.far::before,
.fas::before {
    content: var(--fa);
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free";
}

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

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

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

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

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

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

.fa-envelope { --fa: "\f0e0"; }
.fa-globe { --fa: "\f0ac"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-arrow-up { --fa: "\f062"; }
.fa-heart { --fa: "\f004"; }
.fa-server { --fa: "\f233"; }
.fa-book-open { --fa: "\f518"; }
.fa-wand-magic-sparkles { --fa: "\e2ca"; }
.fa-dollar-sign { --fa: "\24"; }
.fa-copy { --fa: "\f0c5"; }
.fa-telegram { --fa: "\f2c6"; }
.fa-linkedin { --fa: "\f08c"; }
.fa-bitcoin { --fa: "\f379"; }
