/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
div.swiper-slide > img {
    filter: blur(3px);
}
.text-yellow {
    --tw-text-opacity: 1;
    color: rgb(255 255 0 / var(--tw-text-opacity));
}
.text-cyan {
    color: cyan;
}
