@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.fa-solid {
    -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-arrow-right-to-bracket::before { content: "\f090"; }
.fa-business-time::before { content: "\f64a"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-camera::before { content: "\f030"; }
.fa-camera-rotate::before { content: "\e0d8"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-circle-check::before { content: "\f058"; }
.fa-circle-exclamation::before { content: "\f06a"; }
.fa-circle-xmark::before { content: "\f057"; }
.fa-clock-rotate-left::before { content: "\f1da"; }
.fa-cloud-arrow-up::before { content: "\f0ee"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-lock::before { content: "\f023"; }
.fa-map-location-dot::before { content: "\f5a0"; }
.fa-pen-nib::before { content: "\f5ad"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-right-from-bracket::before { content: "\f2f5"; }
.fa-stamp::before { content: "\f5bf"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-xmark::before { content: "\f00d"; }
