/* Bootstrap Icons — 28 ikonluk alt küme (tam sette ~2000 ikon var).
   Tam set yanında duruyor: bootstrap-icons.full.css + fonts/bootstrap-icons.full.woff2.
   Yeni bir ikon gerekiyorsa README'deki "İkon alt kümesi" bölümüne bakın. */

@font-face {
  font-display: block;
  font-family: bootstrap-icons;
  src: url("fonts/bootstrap-icons.woff2") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-activity::before { content: "\f66b"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-balloon::before { content: "\f709"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-clock-history::before { content: "\f292"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-images::before { content: "\f42b"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-universal-access::before { content: "\f826"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-x-lg::before { content: "\f659"; }
.bi-youtube::before { content: "\f62b"; }
