/* Category Titles */
.com-content-category-blog h1 {
    font-size: 1.5rem;   /* Change this value as you like */
    font-weight: 800;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.com-content-category-blog .page-header h2,
.com-content-category-list .page-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
}

/* Article Title */
.com-content-article .page-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
}

.icon-folder-open {
    display: none !important;
}
