/*!
 * Font Awesome Free 6.4.0 by @fontawesome
 * Reduced to the social icons used by Napoleon's Rentals.
 * License: https://fontawesome.com/license
 */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../../font/fa-brands-400.woff2") format("woff2");
}

.fa-facebook-f::before {
    content: "\f39e";
}

.fa-instagram::before {
    content: "\f16d";
}

.fa-twitter::before {
    content: "\f099";
}

.fa-youtube::before {
    content: "\f167";
}
