/* Lightweight Font Awesome subset for support page */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../../assets/vendor/fontawesome/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("../../assets/vendor/fontawesome/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("../../assets/vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
    content: var(--fa);
}

.fa-arrow-left { --fa: "\f060"; }
.fa-book-open { --fa: "\f518"; }
.fa-headset { --fa: "\f590"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-telegram { --fa: "\f2c6"; }
.fa-check { --fa: "\f00c"; }
.fa-user { --fa: "\f007"; }
.fa-layer-group { --fa: "\f5fd"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-triangle-exclamation { --fa: "\f071"; }
.fa-bookmark { --fa: "\f02e"; }
.fa-paperclip { --fa: "\f0c6"; }
.fa-circle-notch { --fa: "\f1ce"; }
