/* Slim Font Awesome subset — only icons used on the intro site */
.fa,.fab,.far,.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,.fas{
    font-family:"Font Awesome 5 Free";
    font-weight:900
}
.far{
    font-family:"Font Awesome 5 Free";
    font-weight:400
}
.fab{
    font-family:"Font Awesome 5 Brands";
    font-weight:400
}

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

/* Solid */
.fa-angle-double-left:before{content:"\f100"}
.fa-bell:before{content:"\f0f3"}
.fa-calendar-check:before{content:"\f274"}
.fa-chart-line:before{content:"\f201"}
.fa-chevron-down:before{content:"\f078"}
.fa-clock:before{content:"\f017"}
.fa-download:before{content:"\f019"}
.fa-file-alt:before{content:"\f15c"}
.fa-globe:before{content:"\f0ac"}
.fa-hand-pointer:before{content:"\f25a"}
.fa-long-arrow-alt-left:before{content:"\f30a"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-phone:before{content:"\f095"}
.fa-spa:before{content:"\f5bb"}
.fa-star:before{content:"\f005"}
.fa-store:before{content:"\f54e"}
.fa-tags:before{content:"\f02c"}
.fa-user:before{content:"\f007"}
.fa-user-check:before{content:"\f4fc"}

/* Regular */
.fa-envelope:before{content:"\f0e0"}

/* Brands used on store buttons + common socials */
.fa-google-play:before{content:"\f3ab"}
.fa-app-store-ios:before{content:"\f370"}
.fa-apple:before{content:"\f179"}
.fa-facebook:before{content:"\f09a"}
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-twitter:before{content:"\f099"}
.fa-x-twitter:before{content:"\e61b"}
.fa-youtube:before{content:"\f167"}
.fa-linkedin:before{content:"\f08c"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-tiktok:before{content:"\e07b"}
.fa-whatsapp:before{content:"\f232"}
.fa-telegram:before{content:"\f2c6"}
.fa-telegram-plane:before{content:"\f3fe"}
