/**
 * Site Geneli Duyuru — ön yüz ekleri
 * Ortak görünüm: site-duyuru-toast.css
 * Cookie Notice z-index: 100000 — Notyf varsayılan 9999 altında kalıyordu.
 */
.notyf {
    z-index: 100050 !important;
    pointer-events: none;
}

.notyf__toast {
    pointer-events: auto;
}

/* Tema tipografisi: toast metinleri Poppins */
.notyf__toast,
.notyf__toast .notyf__message,
.notyf__toast .ty-toast-body,
.notyf__toast .ty-toast-title,
.notyf__toast .ty-toast-msg,
.notyf__toast .ty-toast-link {
    font-family: Poppins, sans-serif !important;
}

/* İkon dashicons font’unda kalsın */
.notyf__toast .ty-toast-icon.dashicons,
.notyf__toast .notyf__icon .dashicons {
    font-family: dashicons !important;
}
