/*
Theme Name: School Modern
Theme URI: https://example.com/school-modern
Author: Your School
Author URI: https://example.com
Description: A clean, responsive, education-focused WordPress theme with homepage sections for school details, faculty, achievements, and a secure built-in student/parent registration system.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: school-modern
Tags: education, blog, one-column, two-columns, right-sidebar, custom-menu, featured-images, threaded-comments, translation-ready

School Modern is a lightweight, education-focused WordPress theme.
*/

/* Base reset — full styling lives in assets/css/main.css (enqueued via functions.php) */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
