/* Font Awesome subsets — GENERATED by tools/subset_fonts.py.

   Re-declares @font-face for the families Font Awesome already defines,
   pointing at local subsets that carry only the glyphs this site uses.
   A later @font-face for the same family+weight wins, so this must load
   AFTER the plugin stylesheet — see the dependency in functions.php.

   Paths are ROOT-RELATIVE, not ../fonts/. WP Rocket relocates minified CSS
   to /wp-content/cache/min/1/..., which would break a relative path — the
   same failure mode that makes Font Awesome own CSS fragile under
   minification. Root-relative survives relocation and works on both the
   production and staging hostnames.

   228 KB of webfont reduced to 5.8 KB.

   Re-run tools/subset_fonts.py after adding any new icon, then verify
   with tools/icon_audit.py. A glyph absent from the subset renders as a
   tofu box. */

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("/wp-content/themes/ShieldCo-Theme/assets/fonts/fa-solid-900-subset.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/themes/ShieldCo-Theme/assets/fonts/fa-regular-400-subset.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/wp-content/themes/ShieldCo-Theme/assets/fonts/fa-brands-400-subset.woff2") format("woff2");
}
