
/*
 Theme Name: Olamide Classic
 Theme URI: https://example.com/olamide-classic
 Author: Olamide
 Author URI: https://example.com
 Description: A zero-block, code-first classic theme for pure HTML/CSS with PHP templates. No Gutenberg, no Site Editor.
 Version: 1.0.0
 License: MIT
 Text Domain: olamide-classic
*/
:root { --maxw: 1000px; }
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 2rem 1rem; }
header.site-header, footer.site-footer { background: #f4f4f5; }
header.site-header .inner, footer.site-footer .inner { max-width: var(--maxw); margin: 0 auto; padding: 1rem; }
nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 1rem; }
a { text-decoration: none; }
.hero { padding: 4rem 0; }
h1, h2, h3 { line-height: 1.2; }
.content p { margin: 1rem 0; }
article { margin-bottom: 2rem; }
code, pre { background: #f7f7f8; padding: 0.2rem 0.4rem; border-radius: 4px; }
