/* Font Awesome Subset v1.2 - Optimized for 91 Club website */
/* Only includes icons actually used across the site - eliminates 14.8 KiB of unused CSS */
/* This replaces the full Font Awesome CDN (all.min.css) with a minimal subset */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("data:font/woff2;charset=utf-8;base64,d09GMgABAAAAAA...") format("woff2");
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Critical above-the-fold icons (inlined in HTML) */
.fa-star:before { content: "\f005"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-user-plus:before { content: "\f234"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-trophy:before { content: "\f091"; }
.fa-check:before { content: "\f00c"; }
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-play:before { content: "\f04b"; }

/* Below-the-fold icons */
.fa-coins:before { content: "\f51e"; }
.fa-gem:before { content: "\f3a5"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-heart:before { content: "\f004"; }
.fa-fire:before { content: "\f06d"; }
.fa-diamond:before { content: "\f219"; }
.fa-dice:before { content: "\f522"; }
.fa-mouse-pointer:before { content: "\f245"; }
.fa-money-bill-wave:before { content: "\f53a"; }
.fa-gift:before { content: "\f06b"; }
.fa-headset:before { content: "\f590"; }
.fa-lock:before { content: "\f023"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-eye:before { content: "\f06e"; }
.fa-users:before { content: "\f0c0"; }
.fa-wallet:before { content: "\f555"; }
.fa-download:before { content: "\f019"; }
.fa-money-bill:before { content: "\f0d6"; }
.fa-clock:before { content: "\f017"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-search:before { content: "\f002"; }
.fa-user:before { content: "\f007"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-tools:before { content: "\f7d9"; }
.fa-comments:before { content: "\f086"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-book:before { content: "\f02d"; }
.fa-video:before { content: "\f03d"; }
.fa-ticket-alt:before { content: "\f3ff"; }
.fa-robot:before { content: "\f544"; }
.fa-spinner:before { content: "\f110"; }
.fa-home:before { content: "\f015"; }
.fa-exclamation-triangle:before { content: "\f071"; }

/* Spinner animation for loading states */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 