/* Font Awesome 6 Free — eski pro/light sınıfları için uyumluluk */

.fa-solid,
.fas,
.fa,
.fal,
.fa-light,
.fa-thin,
.fat,
.far,
.fa-regular,
.fab,
.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal !important;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fal,
.fa-light,
.fa-thin,
.fat,
.fas,
.fa-solid,
.fa {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 900;
}

.far,
.fa-regular {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-weight: 400;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome";
    font-weight: 400;
}

/* Pro-only ikonlar — Free solid karşılıkları */
.fa-siren-on::before {
    content: "\f0f3";
}

.fa-lightbulb-exclamation-on::before {
    content: "\f071";
}
