/* Font Awesome Icons - Local Fallback */

/* Common icon classes used in the project */
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

/* Icon fallbacks using Unicode */
.fa-folder-open:before { content: '📁'; }
.fa-folder:before { content: '📁'; }
.fa-sync-alt:before { content: '🔄'; }
.fa-cog:before { content: '⚙️'; }
.fa-edit:before { content: '✏️'; }
.fa-robot:before { content: '🤖'; }
.fa-download:before { content: '⬇️'; }
.fa-comments:before { content: '💬'; }
.fa-trash:before { content: '🗑️'; }
.fa-trash-alt:before { content: '🗑️'; }
.fa-paper-plane:before { content: '📤'; }
.fa-times:before { content: '❌'; }
.fa-clock:before { content: '🕒'; }
.fa-plus:before { content: '➕'; }
.fa-file-alt:before { content: '📄'; }

/* Ensure icons display properly */
.fas, .far {
  display: inline-block;
  width: 1em;
  text-align: center;
}