/*!
 * Font Awesome Free 5.10.1 – subset for index.html
 * Icons: address-card, bars, book, check, cross, envelope, globe,
 *        map-marker-alt, phone, qrcode, question, square, star, times
 */
.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;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fa-address-card:before {
    content: "\f2bb";
}

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

.fa-book:before {
    content: "\f02d";
}

.fa-check:before {
    content: "\f00c";
}

.fa-cross:before {
    content: "\f654";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-phone:before {
    content: "\f095";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-star:before {
    content: "\f005";
}

.fa-times:before {
    content: "\f00d";
}

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