/*!
 * Font Awesome 6.4 Subset for AhoyDrive
 * Only ~55 icons used in the project (vs 2000+ in full bundle).
 * Original: Font Awesome Free 6.4.2 by @fontawesome
 * License: https://fontawesome.com/license/free
 * (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

.fa {
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas { font-family: 'Font Awesome 6 Free'; }
.fa-brands, .fab { font-family: 'Font Awesome 6 Brands'; }

.fas, .fa-solid { font-weight: 900; }
.far, .fa-regular { font-weight: 400; }
.fab, .fa-brands { font-weight: 400; }

.fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; }
.fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; }
.fa-2x { font-size: 2em; }
.fa-fw { text-align: center; width: 1.25em; }

/* Spin animation */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

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

@media (prefers-reduced-motion: reduce) {
  .fa-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}


/* --- Solid Icons --- */
.fa-arrow-left-long::before { content: "\f177"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-baby::before { content: "\f77c"; }
.fa-ban::before { content: "\f05e"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-book::before { content: "\f02d"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before,
.fa-calendar-days::before { content: "\f073"; }
.fa-calendar-plus::before { content: "\f271"; }
.fa-car::before { content: "\f1b9"; }
.fa-car-crash::before,
.fa-car-burst::before { content: "\f5e1"; }
.fa-chair::before { content: "\f6c0"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-line::before { content: "\f201"; }
.fa-check::before { content: "\f00c"; }
.fa-child::before { content: "\f1ae"; }
.fa-check-circle::before { content: "\f058"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-clock::before { content: "\f017"; }
.fa-cog::before { content: "\f013"; }
.fa-coins::before { content: "\f51e"; }
.fa-concierge-bell::before { content: "\f562"; }
.fa-edit::before { content: "\f044"; }
.fa-download::before { content: "\f019"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-exchange-alt::before,
.fa-right-left::before { content: "\f362"; }
.fa-filter::before { content: "\f0b0"; }
.fa-heartbeat::before,
.fa-heart-pulse::before { content: "\f21e"; }
.fa-flag-checkered::before { content: "\f11e"; }
.fa-gas-pump::before { content: "\f52f"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-hourglass-half::before { content: "\f252"; }
.fa-id-card::before { content: "\f2c2"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-location-dot::before,
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-lock::before { content: "\f023"; }
.fa-magnifying-glass::before,
.fa-search::before { content: "\f002"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-map-pin::before { content: "\f276"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-pencil-alt::before,
.fa-pen-to-square::before { content: "\f303"; }
.fa-percentage::before { content: "\f541"; }
.fa-phone::before { content: "\f095"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-puzzle-piece::before { content: "\f12e"; }
.fa-question-circle::before { content: "\f059"; }
.fa-qrcode::before { content: "\f029"; }
.fa-receipt::before { content: "\f543"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-sliders::before { content: "\f1de"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-spinner::before { content: "\f110"; }
.fa-star::before { content: "\f005"; }
.fa-store::before { content: "\f54e"; }
.fa-suitcase::before { content: "\f0f2"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-times::before { content: "\f00d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-trash::before { content: "\f1f8"; }
.fa-user::before { content: "\f007"; }
.fa-university::before { content: "\f19c"; }
.fa-user-plus::before { content: "\f234"; }
.fa-wallet::before { content: "\f555"; }
.fa-wifi::before { content: "\f1eb"; }
.fa-wrench::before { content: "\f0ad"; }
.fa-birthday-cake::before,
.fa-cake-candles::before { content: "\f1fd"; }
.fa-globe::before { content: "\f0ac"; }
.fa-home::before,
.fa-house::before { content: "\f015"; }
.fa-passport::before { content: "\f5ab"; }
.fa-route::before { content: "\f4d7"; }

/* --- Brand Icons --- */
.fa-facebook-f::before { content: "\f39e"; }
.fa-google::before { content: "\f1a0"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }

/* --- @font-face (woff2 only, font-display: swap) --- */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.005c9aa92b56.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.747442fa76f1.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.d5e647388e24.woff2") format("woff2");
}

/* Legacy 'FontAwesome' alias (used in site.css for menu chevrons) */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url("../webfonts/fa-solid-900.d5e647388e24.woff2") format("woff2");
}

/* FA5 backward-compat aliases */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.005c9aa92b56.woff2") format("woff2");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.d5e647388e24.woff2") format("woff2");
}
