﻿.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa-solid,
.fa-brands,
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-solid::before,
.fa-brands::before,
.fa::before {
    content: var(--fa);
}
.fa-solid {
    font-family: "Font Awesome 6 Free";
}
.fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}
.fa-android {
    --fa: "\f17b";
}
.fa-mobile-screen-button {
    --fa: "\f3cd";
}
.fa-chevron-left {
    --fa: "\f053";
}
.fa-chevron-right {
    --fa: "\f054";
}
.fa-eye {
    --fa: "\f06e";
}
.fa-volume-high {
    --fa: "\f028";
}
.fa-table-cells-large {
    --fa: "\f009";
}
.fa-xmark {
    --fa: "\f00d";
}
.fa-calendar-days {
    --fa: "\f073";
}
.fa-magnifying-glass {
    --fa: "\f002";
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/assets/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/fonts/fa-solid-900.ttf") format("truetype");
    font-display: swap;
} @font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/assets/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/fonts/fa-brands-400.ttf") format("truetype");
    font-display: swap;
}
