﻿/* solid (900) */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    src: url('fa-solid-900.woff2') format('woff2'), url('fa-solid-900.ttf') format('truetype');
}

/* brands (400) */
@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    src: url('fa-brands-400.woff2') format('woff2'), url('fa-brands-400.ttf') format('truetype');
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}


.fa, .fas, .far, .fal, .fat, .fab, .fad, .fass, .fasr, .fast, .fa-solid, .fa-regular, .fa-light, .fa-thin, .fa-brands, .fa-duotone, .fa-sharp-solid, .fa-sharp-regular, .fa-sharp-light, .fa-sharp-thin {
    display: inline-block;
    line-height: 1;
}
