@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.news,
.news-detail {
    font-family: "Poppins", sans-serif;
}

.news > h1,h2,h3,h4,h5,h6 
{
    font-family: "Poppins", sans-serif;
}