/*
Theme Name: Swadesh Bharat News
Theme URI: https://swadeshbharatnews.in/
Author: Akhilesh Kumar
Author URI: https://swadeshbharatnews.in/
Description: A modern Hindi news portal theme inspired by leading regional news sites. Includes a category mega-menu, latest-posts marquee ticker, configurable logo and social media links via the WordPress Customizer, news-grid homepage and clean article layouts. Built for Swadesh Bharat News.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swadesh-bharat-news
Tags: news, blog, hindi, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

/* Base reset — most styling lives in assets/css/main.css */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Mukta", "Noto Sans Devanagari", "Segoe UI", Roboto, Arial, sans-serif;
    color: #1a1a1a;
    background: #f5f5f5;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
