/* ============================================================
   FONT AWESOME PRO 6.5.0 - FIX render blocking
   Adds font-display: swap for all FA Pro weights
   ============================================================ */

/* SOLID */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../vendor/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
         url("../vendor/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

/* REGULAR */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../vendor/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"),
         url("../vendor/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}

/* LIGHT  (optional, only if you use `fa-light`) */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../vendor/fontawesome/webfonts/fa-light-300.woff2") format("woff2"),
         url("../vendor/fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}

/* BRANDS (optional, used by Facebook, Instagram etc.) */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../vendor/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
         url("../vendor/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}