/*!
 * Custom Font Awesome 6.5.1 - Only icons used in this project
 * Source: https://fontawesome.com | License: https://fontawesome.com/license/free
 */

/* ========================================
   Font Face Definitions
   ======================================== */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../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("../webfonts/fa-brands-400.woff2") format("woff2");
}

/* ========================================
   Base Icon Styles
   ======================================== */

.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* ========================================
   Solid Icons (fas, fa)
   ======================================== */

.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bookmark::before { content: "\f02e"; }
.fa-calendar::before { content: "\f133"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-compass::before { content: "\f14e"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-envelope-open::before { content: "\f2b6"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-th::before { content: "\f00a"; }
.fa-th-list::before { content: "\f00b"; }
.fa-times::before { content: "\f00d"; }
.fa-trash::before { content: "\f1f8"; }

/* About page icons */
.fa-microchip::before { content: "\f2db"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-robot::before { content: "\f544"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-gamepad::before { content: "\f11b"; }
.fa-star::before { content: "\f005"; }
.fa-desktop::before { content: "\f108"; }
.fa-users::before { content: "\f0c0"; }
.fa-bullseye::before { content: "\f140"; }
.fa-heart::before { content: "\f004"; }
.fa-check::before { content: "\f00c"; }

/* ========================================
   Brand Icons (fab)
   ======================================== */

.fa-google::before { content: "\f1a0"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }

/* ========================================
   Legacy Compatibility (fa-*-o pattern)
   ======================================== */

.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; /* Regular = outline */
}
.fa-bookmark-o::before { content: "\f02e"; }