/* ================================================
   NIPPON VINTAGE - Minimal Font Awesome (Custom)
   Only includes: Etsy, Instagram, YouTube, Envelope, Shopping Cart
   ================================================ */

/* Base Font Awesome Setup */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

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

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

/* Icon Definitions */
.fa,
.fas,
.far,
.fab {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab {
    font-family: "Font Awesome 6 Brands";
}

/* Specific Icons */
.fa-etsy::before { content: "\f2d7"; }
.fa-instagram::before { content: "\f16d"; }
.fa-youtube::before { content: "\f167"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-shopping-cart::before { content: "\f07a"; }

/* Basic Icon Styling */
.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

