/*
Theme Name: Yojanapath Pro
Theme URI: https://yojanapath.in
Author: Saurabh Tripathi
Author URI: https://yojanapath.in
Description: Professional Modular WordPress Theme for News, Yojana, Blog & Portal Websites.
Version: 1.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: yojanapath-pro
*/

/* ===== Reset & Base ===== */

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f7fa;
    color: #222;
}

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

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}