/* Minimal FontAwesome CSS for Check-in App */
@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"),
         url("./fa-solid-900.ttf") format("truetype");
}

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

/* Icons we need */
.fa-cog:before { content: "\f013"; }
.fa-times:before { content: "\f00d"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-qrcode:before { content: "\f029"; }
.fa-sync:before { content: "\f021"; }
.fa-download:before { content: "\f019"; }
.fa-search:before { content: "\f002"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-check:before { content: "\f00c"; }
.fa-users:before { content: "\f0c0"; }