/*
Theme Name: Dhaka University Theme
Theme URI: https://example.com/
Author: Anamul Haque
Author URI: https://example.com/
Description: A clean, lightweight starter theme fixed from the earlier enqueue issue. Includes proper functions.php, wp_head/wp_footer hooks, and basic templates.
Version: 1.0.0
Text Domain: dhaka-university
*/

/* Basic demo styles — replace with your real design */
:root { --du-accent:#0a5; --du-text:#222; --du-bg:#fff; }
* { box-sizing: border-box; }
body { margin:0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif; color:var(--du-text); background:var(--du-bg); line-height:1.6; }
a { color: var(--du-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { max-width: 1100px; margin: 0 auto; padding: 24px; }
.site-header { border-bottom:1px solid #eaeaea; background:#fafafa; }
.site-title { font-size: 1.5rem; margin:0; padding:16px 0; }
.site-description { color:#666; margin:0 0 8px 0; }
.site-footer { border-top:1px solid #eaeaea; color:#666; background:#fafafa; }
.post-card { padding:16px 0; border-bottom:1px solid #eee; }
.post-card h2 { margin:0 0 8px 0; }
nav.pagination { display:flex; gap:12px; margin:24px 0; }
.wp-post-image { max-width:100%; height:auto; border-radius:8px; }
*/
