/*
Theme Name: Newsup Child
Theme URI: https://themeansar.com/free-themes/newsup/
Template: newsup
Author: MathuraNow
Author URI: https://mathuranow.in/
Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-background,custom-header,custom-menu,editor-style,featured-images,footer-widgets,theme-options,threaded-comments,rtl-language-support,translation-ready,full-width-template,custom-logo,blog,news
Version: 5.4.0.1779718670
Updated: 2026-05-25 14:17:50

*/
/* =====================================================
   MATHURANOW NEWS TYPOGRAPHY
   ===================================================== */

/* Article Container */
.single-post .entry-content{
    max-width:850px;
    margin:0 auto;
}

/* Main Headline */
.single-post h1.entry-title{
    font-size:52px;
    line-height:1.20;
    font-weight:700;
    margin-bottom:25px;
}

/* Paragraphs */
.single-post .entry-content p{
    font-size:18px;
    line-height:1.90;
    color:#222;
    margin-bottom:22px;
    font-weight:400;
}

/* H2 */
.single-post .entry-content h2{
    font-size:34px;
    line-height:1.35;
    font-weight:700;
    margin-top:40px;
    margin-bottom:18px;
}

/* H3 */
.single-post .entry-content h3{
    font-size:28px;
    line-height:1.40;
    font-weight:700;
    margin-top:30px;
    margin-bottom:15px;
}

/* Lists */
.single-post .entry-content ul li,
.single-post .entry-content ol li{
    font-size:18px;
    line-height:1.90;
    margin-bottom:8px;
}

/* Bold Text */
.single-post .entry-content strong{
    font-weight:700;
}

/* Featured Image */
.single-post .post-thumbnail img,
.single-post .featured-image img{
    border-radius:8px;
}

/* Mobile */
@media (max-width:768px){

.single-post h1.entry-title{
    font-size:34px;
    line-height:1.25;
}

.single-post .entry-content p{
    font-size:18px;
    line-height:1.85;
}

.single-post .entry-content h2{
    font-size:30px;
}

.single-post .entry-content h3{
    font-size:24px;
}

}
/* Hindi News Font */

.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li,
.single-post .entry-content h2,
.single-post .entry-content h3{
    font-family:'Noto Sans Devanagari',sans-serif;
}