      .Footer__footerBg{
            display:none
      }

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

body {
    font-family: 'DM Sans', sans-serif !important;
}
/* Hides the entire Related Articles section */
.article-detail-related-articles {
    display: none !important;
}

