/*
Theme Name: Light SEO Theme
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A simple, lightweight, SEO-optimized WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: light-seo-theme
*/
body {
    margin:0;
    padding:0;
    font-family: Arial, sans-serif;
    line-height:1.6;
}
a {color: #0073aa; text-decoration: none;}
a:hover {color: #005177;}
header, footer {padding: 20px; background: #f1f1f1;}
.container {width:90%; max-width:800px; margin:0 auto;}
article {margin-bottom: 40px;}
h1,h2,h3 {margin-top:0;}
