/* -*- coding: utf-8 -*- */
.fas,
.far,
.fal,
.fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fas::before,
.far::before,
.fal::before,
.fab::before {
    display: inline-block;
    font-size: 0.95em;
}

.fa-th-large::before { content: "\229E"; }
.fa-ticket-alt::before { content: "\2301"; }
.fa-clipboard-list::before { content: "\2630"; }
.fa-fingerprint::before { content: "\25CC"; }
.fa-bullhorn::before { content: "\25B6"; }
.fa-user-shield::before { content: "\26E8"; }
.fa-magic::before { content: "\2726"; }
.fa-server::before { content: "\25A3"; }
.fa-hourglass-half::before { content: "\231B"; }
.fa-circle-check::before { content: "\2713"; }
.fa-triangle-exclamation::before { content: "\26A0"; }
.fa-copy::before { content: "\2398"; }
.fa-sun::before { content: "\2600"; }
.fa-moon::before { content: "\263E"; }
