/**
 * HedgerPro shared icon font.
 *
 * Pinned to the SAME Font Awesome the WordPress theme + plugins load
 * (5.15.4, see wp-content/themes/wp-bootstrap-oval/functions.php and the
 * sure-win shortcodes), so icons render identically on WP pages and on the
 * standalone /reports/ + /help/ pages. The earlier per-page FA 6.x link broke
 * the legacy `<i class="fa fa-...">` markup ported from the WP plugins.
 *
 * Centralised here so the icon version is controlled in ONE place. Pages link
 * this file instead of a CDN URL:
 *   <link rel="stylesheet" href="/lib/icons.css" />
 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
