/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * 
 * PLACEHOLDER FILE: Replace with the full Font Awesome CSS
 * Download from: https://use.fontawesome.com/releases/v5.15.4/css/all.min.css
 */

/* This is just a basic implementation to avoid 404 errors */
.fas, .far, .fab, .fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Add some basic icons */
.fa-user:before { content: "👤"; }
.fa-home:before { content: "🏠"; }
.fa-envelope:before { content: "✉️"; }
.fa-search:before { content: "🔍"; }
.fa-chart-line:before { content: "📈"; }
.fa-chart-bar:before { content: "📊"; }
.fa-check:before { content: "✓"; }
.fa-times:before { content: "✗"; }
.fa-exclamation-triangle:before { content: "⚠️"; }
.fa-info-circle:before { content: "ℹ️"; }
.fa-cog:before { content: "⚙️"; }
.fa-lock:before { content: "🔒"; }
.fa-unlock:before { content: "🔓"; }
.fa-star:before { content: "⭐"; }
.fa-heart:before { content: "❤️"; }
.fa-arrow-up:before { content: "↑"; }
.fa-arrow-down:before { content: "↓"; }
.fa-arrow-left:before { content: "←"; }
.fa-arrow-right:before { content: "→"; }
.fa-calendar:before { content: "📅"; }
.fa-clock:before { content: "🕒"; }
.fa-bell:before { content: "🔔"; }
.fa-trash:before { content: "🗑️"; }
.fa-edit:before { content: "✏️"; }
.fa-save:before { content: "💾"; }
.fa-download:before { content: "⬇️"; }
.fa-upload:before { content: "⬆️"; }
.fa-link:before { content: "🔗"; }
.fa-image:before { content: "🖼️"; }
.fa-file:before { content: "📄"; }
.fa-folder:before { content: "📁"; }

/* FontAwesome sizing classes */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* For social media icons */
.fa-twitter:before { content: "𝕏"; }
.fa-facebook:before { content: "f"; }
.fa-instagram:before { content: "📷"; }
.fa-linkedin:before { content: "in"; }
.fa-telegram:before { content: "✈️"; }
.fa-youtube:before { content: "▶️"; }
.fa-discord:before { content: "🎮"; }
.fa-github:before { content: "🐙"; } 