/*!
 * Font Awesome local subset for popraktikeNew.
 * Includes only icons used in Views and wwwroot/js.
 */
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@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");
}

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

.fa-book-open:before { content: "\f518"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-cloud-upload-alt:before { content: "\f0ee"; }
.fa-database:before { content: "\f1c0"; }
.fa-download:before { content: "\f019"; }
.fa-edit:before { content: "\f044"; }
.fa-file:before { content: "\f15b"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-home:before { content: "\f015"; }
.fa-industry:before { content: "\f275"; }
.fa-list-check:before { content: "\f0ae"; }
.fa-plus:before { content: "\2b"; }
.fa-times:before { content: "\f00d"; }
.fa-user-graduate:before { content: "\f501"; }
