
/*
 Theme Name: Custom Theme Bak
 Theme URI: https://example.com
 Author: You
 Author URI: https://example.com
 Description: A minimal custom WordPress theme starter (classic) with a front-page template.
 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: custom-theme-starter
 Tags: minimal, starter
*/
html, body { margin: 0; padding: 0; }
:root { --accent: #2f6feb; }
.site-header, .site-footer { padding: 16px 24px; background:#f6f8fa; }
.site-header a { text-decoration: none; color: #111; font-weight: 600; }
.container { max-width: 1100px; margin: 0 auto; padding: 24px; }
.hero { padding: 80px 0; }
.hero h1 { margin: 0 0 12px; font-size: 40px; }
.hero p { font-size: 18px; opacity: .85; }
.btn { display:inline-block; padding: 10px 16px; border-radius: 10px; background: var(--accent); color: #fff; }
.section { padding: 48px 0; border-top: 1px solid #eee; }
