/*
Theme Name: Princeton Schools
Theme URI: https://scitcon.com.ng
Author: SCIT Consultants
Author URI: https://scitcon.com.ng
Description: A full-featured, fully editable multi-page school website theme built for Princeton Schools style institutions. Includes homepage slider, school-arm pages (Nursery & Primary, College, Pre-Degree, Hostel), admissions, achievements, gallery/blog (The Voice), staff/director profiles, and contact info — all editable via WordPress Customizer and ACF fields. No coding required to update content.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: princeton-schools
*/

/* ==========================================================================
   Theme base styles. Layout/component styles live in assets/css/*.css
   and are enqueued in functions.php. This file only needs the required
   WordPress header comment above plus minimal resets.
   ========================================================================== */

* { box-sizing: border-box; }

body {
	margin: 0;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #262626;
	line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }

a { text-decoration: none; color: inherit; }

.container {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
