/* Import the Manrope font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

/* Apply the Manrope font to all text elements */
html, body, * {
    font-family: 'Manrope', sans-serif;
}


.Header__containerLi {
Display:none;
}
#logoutDetails{
       display:none;
 }
.ArticleCmd__socialShareLt{
display: none
}


