/* static/css/bootstrap-icons.minimal.css */

/* @font-face: relative yol kullan! */
@font-face {
  font-family:"bootstrap-icons";
  src:url("../fonts/bootstrap-icons.cc1e5eda776b.woff2?v=1.11.3") format("woff2");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.bi::before {
  display:inline-block;
  font-family:"bootstrap-icons" !important;
  font-style:normal;
  font-weight:normal !important;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  vertical-align:-0.125em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:var(--bs-icon-content,"");
}

/* ==== Kullandığın ikonlar ==== */
.bi-telegram::before              { --bs-icon-content:"\f5b3"; }
.bi-whatsapp::before              { --bs-icon-content:"\f618"; }
.bi-geo-alt::before               { --bs-icon-content:"\f3e8"; }
.bi-geo::before                   { --bs-icon-content:"\f3e6"; }
.bi-geo-alt-fill::before          { --bs-icon-content:"\f3e7"; }
.bi-arrow-left-right::before      { --bs-icon-content:"\f12b"; }
.bi-search::before                { --bs-icon-content:"\f52a"; }
.bi-calendar-event::before        { --bs-icon-content:"\f214"; }
.bi-arrow-repeat::before          { --bs-icon-content:"\f130"; }
.bi-people::before                { --bs-icon-content:"\f4cf"; }
.bi-airplane::before              { --bs-icon-content:"\f1d8"; }
.bi-bell::before                  { --bs-icon-content:"\f18a"; }
.bi-clock::before                 { --bs-icon-content:"\f296"; }
.bi-star-fill::before             { --bs-icon-content:"\f586"; }
.bi-star-half::before             { --bs-icon-content:"\f587"; }
.bi-star::before                  { --bs-icon-content:"\f588"; }
.bi-check2::before                { --bs-icon-content:"\f26e"; }
.bi-question-circle::before       { --bs-icon-content:"\f505"; }
.bi-shield-check::before          { --bs-icon-content:"\f612"; }
.bi-person-check::before          { --bs-icon-content:"\f4ed"; }
.bi-patch-check::before           { --bs-icon-content:"\f5ae"; }
.bi-person-badge::before          { --bs-icon-content:"\f4b0"; }
.bi-door-open::before             { --bs-icon-content:"\f34f"; }
.bi-headset::before               { --bs-icon-content:"\f7dc"; }
.bi-car-front::before             { --bs-icon-content:"\f88d"; }
.bi-slash-circle::before          { --bs-icon-content:"\f5c3"; }
.bi-lightning-charge-fill::before { --bs-icon-content:"\f46c"; }
.bi-instagram::before             { --bs-icon-content:"\f437"; }
.bi-twitter-x::before             { --bs-icon-content:"\f8db"; }
.bi-linkedin::before              { --bs-icon-content:"\f472"; }
.bi-youtube::before               { --bs-icon-content:"\f62b"; }
.bi-facebook::before              { --bs-icon-content:"\f344"; }
.bi-envelope::before              { --bs-icon-content:"\f32f"; }
.bi-telephone::before             { --bs-icon-content:"\f5c1"; }
.bi-speedometer::before           { --bs-icon-content:"\f4e4"; }
.bi-hourglass-split::before       { --bs-icon-content:"\f28b"; }
.bi-plus-lg::before               { --bs-icon-content:"\f64d"; }
.bi-lock::before                  { --bs-icon-content:"\f47a"; }
.bi-list::before                  { --bs-icon-content:"\f479"; }
.bi-person::before                { --bs-icon-content:"\f4e1"; }
.bi-calendar-check::before        { --bs-icon-content:"\f215"; }
.bi-box-arrow-right::before       { --bs-icon-content:"\f1c3"; }
.bi-box-arrow-in-right::before    { --bs-icon-content:"\f1c2"; }
.bi-person-plus::before           { --bs-icon-content:"\f4e8"; }
.bi-translate::before             { --bs-icon-content:"\f658"; }
.bi-suitcase::before              { --bs-icon-content:"\f66e"; }
.bi-gas::before                   { --bs-icon-content:"\f2f9"; }

/* Yıldız stilini koru */
.icon-star { font-size: 1.25rem; line-height: 1; }
