/*!
 * Font Awesome Free 5.5.0 – Custom Subset for tercanotokurtarma.com
 * Only Solid (fas) + Brands (fab) – only icons actually used on this page.
 * Saves ~26 KB CSS + avoids loading fa-regular-400 and legacy font formats.
 */

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

/* Size modifiers (only what the site uses) */
.fa-lg  { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.fa-2x  { font-size: 2em; }
.fa-fw  { text-align: center; width: 1.25em; }

/* ── Solid font ─────────────────────────────────────── */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2'),
       url('../webfonts/fa-solid-900.woff') format('woff');
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

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

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* ── Icon definitions – only icons used on this site ── */
.fa-bars:before              { content: "\f0c9"; }
.fa-bolt:before              { content: "\f0e7"; }
.fa-car-crash:before         { content: "\f5e1"; }
.fa-check-circle:before      { content: "\f058"; }
.fa-chevron-down:before      { content: "\f078"; }
.fa-circle:before            { content: "\f111"; }
.fa-clock:before             { content: "\f017"; }
.fa-envelope:before          { content: "\f0e0"; }
.fa-exclamation-circle:before{ content: "\f06a"; }
.fa-exclamation-triangle:before{ content: "\f071"; }
.fa-life-ring:before         { content: "\f1cd"; }
.fa-map-marker-alt:before    { content: "\f3c5"; }
.fa-moon:before              { content: "\f186"; }
.fa-mountain:before          { content: "\f6fc"; }
.fa-paper-plane:before       { content: "\f1d8"; }
.fa-phone-alt:before         { content: "\f879"; }
.fa-tools:before             { content: "\f7d9"; }
.fa-truck:before             { content: "\f0d1"; }
.fa-truck-pickup:before      { content: "\f63c"; }
/* Brands */
.fa-whatsapp:before          { content: "\f232"; }
