/* Bootstrap Icons - Sadece kullanılan ikonlar */
@font-face {
    font-family: "bootstrap-icons";
    src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff") format("woff");
    font-display: swap;
}

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

/* Boyut sınıfları */
.bi-lg { font-size: 1.25em; }
.bi-2x { font-size: 2em; }
.bi-3x { font-size: 3em; }

/* Telefon ve İletişim */
.bi-phone::before { content: "\f4b0"; }
.bi-phone-fill::before { content: "\f4b1"; }
.bi-telephone::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-envelope::before { content: "\f32c"; }
.bi-envelope-fill::before { content: "\f32d"; }

/* Sosyal Medya */
.bi-facebook::before { content: "\f344"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-twitter-x::before { content: "\f5ee"; }
.bi-instagram::before { content: "\f437"; }
.bi-linkedin::before { content: "\f472"; }
.bi-whatsapp::before { content: "\f618"; }

/* Navigasyon */
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }

/* Konum */
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-alt-fill::before { content: "\f3e9"; }

/* Tarih ve Görüntülenme */
.bi-calendar::before { content: "\f1e4"; }
.bi-calendar-event::before { content: "\f1f0"; }
.bi-eye::before { content: "\f33c"; }
.bi-eye-fill::before { content: "\f33d"; }

/* Klasör */
.bi-folder::before { content: "\f3d5"; }
.bi-folder-fill::before { content: "\f3d6"; }

/* Vizyon ve Misyon */
.bi-bullseye::before { content: "\f1ae"; }

/* Renk yardımcı sınıfları */
.text-primary .bi,
.bi.text-primary { color: var(--primary-color, #24348c); }

