/* Lightweight Font Awesome subset for terms 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");
}

.fa-solid {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

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

.fa-arrow-left { --fa: "\f060"; }
.fa-arrow-right { --fa: "\f061"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-chart-line { --fa: "\f201"; }
.fa-chevron-down { --fa: "\f078"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-sliders { --fa: "\f1de"; }
.fa-triangle-exclamation { --fa: "\f071"; }
