/* 
Theme Name: My Custom Theme
Theme URI: https://example.com/my-theme
Author: Vinod Choudhary
Author URI: https://example.com
Description: A custom WordPress theme with modern design and functionality
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
}

.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
