/*!
 * Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
 */

/* Self-hosted SOLID webfont only (adjust the path if needed) */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/fa-solid-900.woff2") format("woff2");
}

/* Base classes you use */
.fa,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-user::before {
    content: "\f007";
}

.fa-download::before {
    content: "\f019";
}

.fa-save::before {
    content: "\f0c7";
}

.fa-plus::before {
    content: "\2b";
}

.fa-trash::before {
    content: "\f1f8";
}

.fa-eye::before {
    content: "\f06e";
}

.fa-key::before {
    content: "\f084";
}

.fa-plug::before {
    content: "\f1e6";
}

.fa-pen::before {
    content: "\f304";
}

.fa-check::before {
    content: "\f00c";
}

.fa-toggle-off::before {
    content: "\f204";
}

.fa-toggle-on::before {
    content: "\f205";
}

.fa-chart-line::before {
    content: "\f201";
}