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

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../assets/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../assets/fa-v4compatibility.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}