/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.swiper-slide .s-fade-txt {
    --tw-background: #000;
    animation: FadeAni 0.5s ease 1s 1 normal both;
}

.swiper-wrapper img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}