body { font-family: Inter, sans-serif}

.news-card{
    transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}
.news-card:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
}


