/* Critical Font Awesome styles */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('webfonts/fa-solid-900.woff2') format('woff2');
    unicode-range: U+f015,U+f053,U+f061,U+f0c9,U+f00d,U+f007,U+f15c,U+f2f5;
}

.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;
    text-rendering: auto;
    line-height: 1;
}

/* Critical icons only */
.fa-bars:before {
    content: "\f0c9";
}
.fa-times:before {
    content: "\f00d";
}
.fa-home:before {
    content: "\f015";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-user:before {
    content: "\f007";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
} 