/* Local Font Awesome-compatible 2D icon layer: no external CDN/fonts. */
.fa,
.fas,
.far,
.fab{
    display: inline-block;
    width: 1.15em;
    min-width: 1.15em;
    line-height: 1;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: currentColor;
}
.fa::before,
.fas::before,
.far::before,
.fab::before{ content: ""; }
.fa-gift::before{ content: "▣"; }
.fa-gem::before{ content: "◆"; }
.fa-download::before{ content: "↓"; }
.fa-scroll::before{ content: "☰"; }
.fa-trophy::before{ content: "♛"; }
.fa-user::before{ content: "◉"; }
.fa-sign-out::before,
.fa-sign-out-alt::before{ content: "↪"; }
.fa-key::before{ content: "⚿"; }
.fa-edit::before,
.fa-pen-to-square::before{ content: "✎"; }
.fa-lock::before{ content: "●"; }
.fa-check::before{ content: "✓"; }
.fa-envelope::before{ content: "✉"; }
.fa-coins::before{ content: "◎"; }
.fa-file-alt::before,
.fa-file-lines::before{ content: "☷"; }
.fa-desktop::before{ content: "▭"; }
.fa-globe::before{ content: "◎"; }
.fa-star::before{ content: "★"; }
.fa-chess-rook::before{ content: "♜"; }
.fa-unlock::before{ content: "◌"; }
.fa-bullhorn::before{ content: "⌁"; }
.fa-beer::before{ content: "♨"; }
.fa-bolt::before{ content: "ϟ"; }
.fa-hand-paper::before{ content: "✋"; }
.fa-comment::before{ content: "◒"; }
.fa-chart-line::before{ content: "↗"; }
.fa-sync-alt::before{ content: "↻"; }
.fa-chart-bar::before{ content: "▥"; }
.fa-magic::before{ content: "✦"; }
.fa-eye::before{ content: "◉"; }
.fa-medal::before{ content: "◈"; }
.fa-calendar-check::before{ content: "✓"; }
.fa-shield-alt::before{ content: "⬟"; }
.fa-play::before{ content: "▶"; }
.fa-book-open::before{ content: "▤"; }
.fa-paper-plane::before{ content: "➤"; }
.fa-question::before{ content: "?"; }
.fa-times::before{ content: "×"; }
.fa-home::before{ content: "⌂"; }
.fa-wallet::before{ content: "▰"; }
.fa-crown::before{ content: "♛"; }
.fa-party-horn::before{ content: "✦"; }
.fa-info::before{ content: "i"; }
.fa-ban::before{ content: "!"; }
