/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free
 * Subset: only icons used by the uploaded site files.
 */
:root{
  --fa-family-classic:"Font Awesome 7 Free";
  --fa-family-brands:"Font Awesome 7 Brands";
  --fa-style-family-classic:var(--fa-family-classic);
  --fa-font-solid:normal 900 1em/1 var(--fa-family-classic);
  --fa-font-regular:normal 400 1em/1 var(--fa-family-classic);
  --fa-font-brands:normal 400 1em/1 var(--fa-family-brands);
}

@font-face{
  font-family:"Font Awesome 7 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("../webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face{
  font-family:"Font Awesome 7 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../webfonts/fa-brands-400.woff2") format("woff2");
}
/* header.php içindeki summary::after Font Awesome 6 Free yazdığı için uyumluluk alias'ı */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  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:block;
  src:url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-classic,
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab{
  --_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:var(--fa-display,inline-block);
  font-family:var(--_fa-family);
  font-feature-settings:normal;
  font-style:normal;
  font-synthesis:none;
  font-variant:normal;
  font-weight:var(--fa-style,900);
  line-height:1;
  text-align:center;
  text-rendering:auto;
  width:var(--fa-width,1.25em);
}
:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{
  content:var(--fa)/"";
}
@supports not (content:""/""){
  :is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa)::before{
    content:var(--fa);
  }
}

.fa-solid,
.fas{
  --fa-family:var(--fa-family-classic);
  --fa-style:900;
}
.fa-brands,
.fab{
  --fa-family:var(--fa-family-brands);
  --fa-style:400;
}
.fa-regular,
.far{
  --fa-family:var(--fa-family-classic);
  --fa-style:400;
}

/* Site içinde tespit edilen ikonlar */
.fa-bars,.fa-navicon{--fa:"\f0c9";}
.fa-phone{--fa:"\f095";}
.fa-whatsapp{--fa:"\f232";}
.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c";}
.fa-circle-question,.fa-question-circle{--fa:"\f059";}
.fa-volume-high,.fa-volume-up{--fa:"\f028";}
.fa-burst{--fa:"\e4dc";}
.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550";}
.fa-microchip{--fa:"\f2db";}
.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb";}
.fa-check-circle,.fa-circle-check{--fa:"\f058";}
.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea";}
.fa-home,.fa-house{--fa:"\f015";}
.fa-road{--fa:"\f018";}
.fa-building{--fa:"\f1ad";}
.fa-map-marker-alt,.fa-location-dot{--fa:"\f3c5";}
.fa-clipboard-check{--fa:"\f46c";}
.fa-box-open{--fa:"\f49e";}
.fa-couch{--fa:"\f4b8";}
.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b";}
.fa-warehouse{--fa:"\f494";}
.fa-screwdriver-wrench{--fa:"\f7d9";}
.fa-snowflake{--fa:"\f2dc";}
.fa-arrow-up-from-bracket{--fa:"\e09a";}
.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed";}
.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb";}
.fa-boxes-packing{--fa:"\e4c7";}
