/*
Theme Name:        Twenty Twenty-Five Child
Theme URI:         https://yourwebsite.com/
Description:       Twenty Twenty-Five ka child theme — apne custom styles aur changes ke liye.
Author:            Aapka Naam
Author URI:        https://yourwebsite.com/
Template:          twentytwentyfive
Version:           1.0.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       twentytwentyfive-child
Tags:              child-theme
*/

/* ================================================
   AAPKE CUSTOM CSS STYLES YAHAN LIKHEIN
   ================================================ */

/* Example: Heading color badlein */
h1, h2, h3 {
    color: #1a1a1a;
}

/* Example: Link color customize karein */
a {
    color: #0073aa;
    text-decoration: underline;
}

a:hover {
    color: #005177;
    text-decoration: none;
}

/* Example: Body font size */
body {
    font-size: 16px;
    line-height: 1.6;
}
