/*
Theme Name: Sharada Gurukula
Theme URI: https://www.sharadagurukula.com/
Author: Sharada Gurukula
Author URI: https://www.sharadagurukula.com/
Description: Responsive, animated and locally optimised WordPress theme for Sharada Gurukula - a preschool, play school and daycare in RR Nagar, Bengaluru. Includes all six site pages, local SEO schema, accessible navigation and motion-safe animations.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sharada-gurukula
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: education, preschool, custom-logo, custom-menu, responsive-layout, accessibility-ready, translation-ready, block-styles
*/

/*
 * WordPress reads this file to identify the theme.
 * The full stylesheet lives in assets/css/main.css and is enqueued from functions.php
 * so that it can be versioned and cached independently of this theme header.
 *
 * The few rules below are a deliberate safety net: if main.css ever fails to load,
 * the site still renders as readable, legible text rather than an unstyled dump.
 */

body {
	margin: 0;
	background: #ffffff;
	color: #173d3b;
	font-family: Nunito, "Avenir Next", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}

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