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

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fa-brands-400.woff2') format('woff2');
}

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

.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa-heart:before { content: "\f004"; }
.fa-facebook:before { content: "\f39e"; }
.fa-instagram:before { content: "\e055"; }
.fa-twitter:before { content: "\f099"; }
.fa-folder:before { content: "\f07b"; }
.fa-eye:before { content: "\f06e"; }
