/*!
 * Font Awesome Free 6.4.0 - Minimal subset for Golf Cove
 * Contains only the 80 icons used in the project
 * Original: ~80KB | This subset: ~15KB
 */

/* Font definitions - uses Font Awesome CDN webfonts */
@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.4.0/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.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Base icon styles */
.fas, .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;
}

.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Size modifiers */
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Animation */
.fa-spin {
  animation: fa-spin 1s linear infinite;
}

@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Icon definitions - only the icons used in Golf Cove */
.fa-address-book::before { content: "\f2b9"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-ban::before { content: "\f05e"; }
.fa-bars::before { content: "\f0c9"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-boxes::before { content: "\f468"; }
.fa-broom::before { content: "\f51a"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-calendar-day::before { content: "\f783"; }
.fa-calendar-week::before { content: "\f784"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-check::before { content: "\f00c"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-circle::before { content: "\f111"; }
.fa-clock::before { content: "\f017"; }
.fa-cog::before { content: "\f013"; }
.fa-copy::before { content: "\f0c5"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-crown::before { content: "\f521"; }
.fa-database::before { content: "\f1c0"; }
.fa-download::before { content: "\f019"; }
.fa-edit::before { content: "\f044"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exchange-alt::before { content: "\f362"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-eye::before { content: "\f06e"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-file-import::before { content: "\f56f"; }
.fa-filter::before { content: "\f0b0"; }
.fa-flag::before { content: "\f024"; }
.fa-golf-ball::before { content: "\f450"; }
.fa-history::before { content: "\f1da"; }
.fa-home::before { content: "\f015"; }
.fa-id-badge::before { content: "\f2c1"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-key::before { content: "\f084"; }
.fa-list::before { content: "\f03a"; }
.fa-lock::before { content: "\f023"; }
.fa-magic::before { content: "\f0d0"; }
.fa-pencil-alt::before { content: "\f303"; }
.fa-phone::before { content: "\f095"; }
.fa-play::before { content: "\f04b"; }
.fa-plus::before { content: "\f067"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-print::before { content: "\f02f"; }
.fa-qrcode::before { content: "\f029"; }
.fa-question-circle::before { content: "\f059"; }
.fa-save::before { content: "\f0c7"; }
.fa-search::before { content: "\f002"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-spinner::before { content: "\f110"; }
.fa-sticky-note::before { content: "\f249"; }
.fa-sync::before { content: "\f021"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-trash::before { content: "\f1f8"; }
.fa-trophy::before { content: "\f091"; }
.fa-user::before { content: "\f007"; }
.fa-user-edit::before { content: "\f4ff"; }
.fa-user-friends::before { content: "\f500"; }
.fa-user-minus::before { content: "\f503"; }
.fa-user-plus::before { content: "\f234"; }
.fa-user-tie::before { content: "\f508"; }
.fa-users::before { content: "\f0c0"; }
.fa-users-cog::before { content: "\f509"; }
.fa-users-slash::before { content: "\f50b"; }
.fa-warehouse::before { content: "\f494"; }

/* Brand icons */
.fa-stripe-s::before { content: "\f42a"; }
