/* Optimized Font Awesome Icons - Only icons used on FullSwing AI */
/* Base Font Awesome setup */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

.fas, .far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

/* Navigation & UI Icons */
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-bars:before { content: "\f0c9"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-filter:before { content: "\f0b0"; }
.fa-moon:before { content: "\f186"; }
.fa-search:before { content: "\f002"; }
.fa-sort:before { content: "\f0dc"; }
.fa-sun:before { content: "\f185"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-times:before { content: "\f00d"; }
.fa-times-circle:before { content: "\f057"; }

/* Status & Action Icons */
.fa-ban:before { content: "\f05e"; }
.fa-bell:before { content: "\f0f3"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-download:before { content: "\f019"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-pause:before { content: "\f04c"; }
.fa-play:before { content: "\f04b"; }
.fa-play-circle:before { content: "\f144"; }
.fa-question-circle:before { content: "\f059"; }
.fa-redo:before { content: "\f01e"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-stopwatch:before { content: "\f2f2"; }
.fa-star:before { content: "\f005"; }

/* Charts & Data Icons */
.fa-chart-area:before { content: "\f1fe"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-table:before { content: "\f0ce"; }
.fa-tachometer-alt:before { content: "\f3fd"; }

/* Finance & Crypto Icons */
.fa-balance-scale:before { content: "\f24e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-coins:before { content: "\f51e"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-gas-pump:before { content: "\f52f"; }
.fa-piggy-bank:before { content: "\f4d3"; }
.fa-wallet:before { content: "\f555"; }

/* Time & Calendar Icons */
.fa-calendar:before { content: "\f133"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-week:before { content: "\f784"; }
.fa-clock:before { content: "\f017"; }

/* Social Media Icons (Brand) */
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-reddit:before { content: "\f1a1"; }
.fa-telegram:before { content: "\f2c6"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-twitter:before { content: "\f099"; }
.fa-youtube:before { content: "\f167"; }

/* Technology & Tools Icons */
.fa-bolt:before { content: "\f0e7"; }
.fa-brain:before { content: "\f5dc"; }
.fa-cogs:before { content: "\f085"; }
.fa-headset:before { content: "\f590"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-robot:before { content: "\f544"; }
.fa-satellite-dish:before { content: "\f7c0"; }
.fa-tools:before { content: "\f7d9"; }

/* Achievement & Growth Icons */
.fa-chess-king:before { content: "\f43f"; }
.fa-crown:before { content: "\f521"; }
.fa-fire:before { content: "\f06d"; }
.fa-gem:before { content: "\f3a5"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-infinity:before { content: "\f534"; }
.fa-lightbulb:before { content: "\f0eb"; }
.fa-mountain:before { content: "\f6fc"; }
.fa-rocket:before { content: "\f135"; }
.fa-seedling:before { content: "\f4d8"; }
.fa-trophy:before { content: "\f091"; }

/* General Purpose Icons */
.fa-book:before { content: "\f02d"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-inbox:before { content: "\f01c"; }
.fa-link:before { content: "\f0c1"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-university:before { content: "\f19c"; }
.fa-user:before { content: "\f007"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-users:before { content: "\f0c0"; }
.fa-water:before { content: "\f773"; }
.fa-wave-square:before { content: "\f83e"; }