/*
Theme Name: My Custom Theme
Theme URI: https://yourdomain.com
Author: Your Name
Description: Custom theme.
Version: 1.0
License: GPL v2 or later
Text Domain: mycustom
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: system-ui, -apple-system, sans-serif; line-height: 1.6; color: #222; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.site-header { padding: 20px 0; border-bottom: 1px solid #eee; }
.site-header nav a { margin-right: 18px; text-decoration: none; color: #222; }
main { padding: 40px 0; }
h1, h2, h3 { line-height: 1.25; margin-bottom: .5em; }
.site-footer { padding: 30px 0; border-top: 1px solid #eee; margin-top: 60px; }
img { max-width: 100%; height: auto; }