/* Font Awesome 6 - Custom Subset (8 icons only) */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../webfonts/fa-solid-subset.woff2') format('woff2');
}

.fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
}

/* Icons used in the landing page */
.fa-person-circle-exclamation:before { content: "\e543"; }
.fa-heart-crack:before { content: "\f7a9"; }
.fa-link:before { content: "\f0c1"; }
.fa-arrows-spin:before { content: "\e4bb"; }
.fa-venus:before { content: "\f221"; }
.fa-rainbow:before { content: "\f75b"; }
.fa-heart-circle-check:before { content: "\e4fd"; }
.fa-globe:before { content: "\f0ac"; }
