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

.fa,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-home:before {
    content: "\f015";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-search:before {
    content: "\f002";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-inbox:before {
    content: "\f01c";
}
