/*
 * ZynoSuite icon set — Font Awesome 7 *Pro*, self-hosted.
 *
 * Matches the product: FA 7 Pro with the duotone (`fad` / `fa-duotone fa-solid`)
 * style for app/launcher glyphs and solid for UI actions. Self-hosted from the
 * licensed npm package (@fortawesome/fontawesome-pro) — the webfonts live in
 * ../fontawesome/webfonts and load same-origin, so screenshots, bundlers and
 * getComputedStyle resolve every glyph.
 *
 * This file is an @import manifest of the FA Pro core + the styles ZynoSuite
 * uses (solid + duotone). The `regular` style isn't loaded because the site
 * doesn't use any `fa-regular` glyphs — add `@import '../fontawesome/css/regular.css';`
 * (and ship fa-regular-400.woff2) if that changes.
 *
 * Usage:
 *   <i class="fa-solid fa-users"></i>                  action / UI icon
 *   <i class="fa-duotone fa-solid fa-dollar-sign"></i> app / launcher glyph
 *
 * Provenance: replaces the earlier FA 6 *Free* substitute. With Pro, the
 * Pro-only glyphs (e.g. fa-shelves) render their true shape and duotone is
 * available. Update by reinstalling @fortawesome/fontawesome-pro and recopying
 * css/{fontawesome,solid,duotone}.css + webfonts/{fa-solid-900,fa-duotone-900}.woff2.
 */

@import '../fontawesome/css/fontawesome.css';
@import '../fontawesome/css/solid.css';
@import '../fontawesome/css/duotone.css';
