/* Fix for Font Awesome icons being overridden by emoji font */
i.navicon[class*="fa-"] {
    font-family: "Font Awesome 7 Brands", "Font Awesome 7 Free" !important;
}

i.fa-brands {
    font-family: "Font Awesome 7 Brands" !important;
}

i.fa-solid {
    font-family: "Font Awesome 7 Free" !important;
}

/* Add spacing between social icons */
nav .navbar.right li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

