/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
    font-family: 'bootstrap-icons';
    src: url("fonts/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"),
         url("fonts/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ✅ تم التغيير من block إلى swap */
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    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;
}

/* ألوان وأحجام إضافية */
.green-color {
    color: green;
    font-size: xx-large;
}
.yellow-color {
    color: yellow;
    font-size: xx-large;
}
.teal-color {
    color: teal;
}
.red-color {
    color: red;
    font-size: xx-large;
}

/* أيقونات محددة */
.bi-person::before { content: "\f4e1"; }
.bi-search::before { content: "\f52a"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-heart::before { content: "\f417"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-bug::before { content: "\f1dc"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
