/*!
 * Font Awesome Free 6.5.1 - Subset for Metalist Theme
 * Only includes icons actually used in the theme
 * License - https://fontawesome.com/license/free
 */

/* Base styles */
.fas, .fab, .far, .fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Solid icons (fas) */
.fas, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Brand icons (fab) */
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Font faces - using CDN for fonts to avoid hosting large font files */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2") format("woff2");
}

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

/* Animation */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ==========================================================================
   Icon definitions - Only icons used in Metalist theme
   ========================================================================== */

/* Solid Icons (fas) */
.fa-arrow-up::before { content: "\f062"; }
.fa-adjust::before { content: "\f042"; }
.fa-bars::before { content: "\f0c9"; }
.fa-calendar-plus::before { content: "\f271"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-check::before { content: "\f00c"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-clock::before { content: "\f017"; }
.fa-download::before { content: "\f019"; }
.fa-images::before { content: "\f302"; }
.fa-link::before { content: "\f0c1"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-music::before { content: "\f001"; }
.fa-play::before { content: "\f04b"; }
.fa-play-circle::before { content: "\f144"; }
.fa-podcast::before { content: "\f2ce"; }
.fa-redo::before { content: "\f01e"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-spinner::before { content: "\f110"; }
.fa-tags::before { content: "\f02c"; }
.fa-ticket-alt::before { content: "\f3ff"; }
.fa-times::before { content: "\f00d"; }
.fa-undo::before { content: "\f0e2"; }
.fa-search-plus::before { content: "\f00e"; }

/* Brand Icons (fab) */
.fa-apple::before { content: "\f179"; }
.fa-facebook::before { content: "\f09a"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-google::before { content: "\f1a0"; }
.fa-instagram::before { content: "\f16d"; }
.fa-spotify::before { content: "\f1bc"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-twitter::before { content: "\f099"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }
