/*
Theme Name: My Custom Theme
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A minimal custom WordPress theme created for you.
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
*/

/* Basic styles - modify as needed */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; padding:0; color:#222; }
header.site-header { background:#f5f5f5; padding:20px; text-align:center; }
.site-title { margin:0; font-size:24px; }
.site-description { margin:0; font-size:14px; color:#666; }
main { max-width:900px; margin:30px auto; padding:0 20px; }
footer.site-footer { text-align:center; padding:20px; border-top:1px solid #eee; color:#666; }
