/* Font Awesome Free - Local Hosting */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"),
         url("../fonts/fa-regular-400.woff") format("woff"),
         url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"),
         url("../fonts/fa-solid-900.woff") format("woff"),
         url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.woff2") format("woff2"),
         url("../fonts/fa-brands-400.woff") format("woff"),
         url("../fonts/fa-brands-400.ttf") format("truetype");
}

.fa,.fas,.far,.fal,.fat,.fad,.fab,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-duotone,.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    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; }
.far,.fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fal,.fa-light { font-family: "Font Awesome 6 Free"; font-weight: 300; }
.fab,.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

/* Spin animation */
.fa-spin { animation: fa-spin 2s linear infinite; }
.fa-pulse { animation: fa-spin 1s steps(8) infinite; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* Size helpers */
.fa-xs { font-size: 0.75em; line-height: 0.0833em; vertical-align: 0.125em; }
.fa-sm { font-size: 0.875em; line-height: 0.0714em; vertical-align: 0.0536em; }
.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.0417em; vertical-align: -0.125em; }
.fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; }
.fa-fw { text-align: center; width: 1.25em; }

/* Icons used in this project */
.fa-angle-down:before { content: "\f107"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bell:before { content: "\f0f3"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-building:before { content: "\f1ad"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-calendar:before { content: "\f133"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-circle-check:before { content: "\f058"; }
.fa-circle-exclamation:before { content: "\f06a"; }
.fa-circle-xmark:before { content: "\f057"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-clock:before { content: "\f017"; }
.fa-close:before { content: "\f00d"; }
.fa-cog:before { content: "\f013"; }
.fa-comments:before { content: "\f086"; }
.fa-dollar-sign:before { content: "\24"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-eye:before { content: "\f06e"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-lines:before { content: "\f15c"; }
.fa-file-signature:before { content: "\f573"; }
.fa-globe:before { content: "\f0ac"; }
.fa-hashtag:before { content: "\23"; }
.fa-heart:before { content: "\f004"; }
.fa-home:before { content: "\f015"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-link:before { content: "\f0c1"; }
.fa-list:before { content: "\f03a"; }
.fa-lock:before { content: "\f023"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-minus:before { content: "\f068"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-circle-minus:before { content: "\f056"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-pencil-alt:before { content: "\f303"; }
.fa-pen:before { content: "\f304"; }
.fa-phone:before { content: "\f095"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-phone-flip:before { content: "\f879"; }
.fa-plus:before { content: "\2b"; }
.fa-registered:before { content: "\f25d"; }
.fa-search:before { content: "\f002"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-shield:before { content: "\f132"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-spinner:before { content: "\f110"; }
.fa-star:before { content: "\f005"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-rotate:before { content: "\f2f1"; }
.fa-tag:before { content: "\f02b"; }
.fa-times:before { content: "\f00d"; }
.fa-xmark:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }
.fa-trademark:before { content: "\f25c"; }
.fa-user:before { content: "\f007"; }
.fa-users:before { content: "\f0c0"; }
.fa-warning:before { content: "\f071"; }
