@tailwind base;
@tailwind components;
@tailwind utilities;

/* ... mevcut tailwind kodları yukarıda kalsın ... */

/* RichEditor resim altındaki dosya bilgilerini gizle */
.attachment__caption {
    display: none !important;
}

/* Eğer farklı bir yapıdaysa alternatif gizleme */
figure figcaption {
    display: none;
}@import "swiper/css";
