@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format("woff2"),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf') format("truetype");
}
.fa, .fas, .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fas, .fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-spin { animation: fa-spin 2s infinite linear; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.fa-camera::before { content: "\f083"; }
.fa-image::before { content: "\f03e"; }
.fa-download::before { content: "\f019"; }
.fa-spinner::before { content: "\f110"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-lock::before { content: "\f023"; }
.fa-user::before { content: "\f007"; }
.fa-home::before { content: "\f015"; }
