/*
Theme Name: Killarney Elementary PE
Theme URI: https://killarney-pe.local
Author: Custom Build
Author URI: https://killarney-pe.local
Description: Custom single-purpose theme for Killarney Elementary PE department. Includes three fully editable page templates: PE Class Page, Substitute Teacher Guide, and Summer Break Page. All content is managed through WordPress custom fields in the editor — no code editing required.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: killarney-pe
*/

/* Minimal global reset. Each page template supplies its own full design
   (colors, fonts, layout) via an embedded stylesheet so the look matches
   the original designs exactly. This file only covers WP admin-bar spacing
   and default fallback pages. */

body.admin-bar nav.kes-nav {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.admin-bar nav.kes-nav {
		top: 46px;
	}
}

body {
	margin: 0;
}
