/* Font Awesome 6 Free */
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url("../fonts/fa-solid-900.woff2") format('woff2'),
    url("../fonts/fa-solid-900.ttf") format('ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url("../fonts/fa-brands-400.woff2") format('woff2'),
    url("../fonts/fa-brands-400.ttf") format('ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url("../fonts/fa-regular-400.woff2") format('woff2'),
    url("../fonts/fa-regular-400.ttf") format('ttf');
    font-weight: 400;
    font-style: normal;
}




