/*
Theme Name: ParentingHealthTips
Theme URI: https://parentinghealthtips.example/
Author: ParentingHealthTips Team
Author URI: https://parentinghealthtips.example/
Description: A minimal, clean, production-ready online learning management (LMS) theme built to integrate with Tutor LMS. Includes student & instructor dashboards, a reusable component system, an AI learning assistant, and a fully responsive modern design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parentinghealthtips
Tags: education, e-learning, lms, courses, tutor-lms, custom-colors, responsive-layout, accessibility-ready, translation-ready, block-styles
*/

/*
 * All presentational styles live in /assets/css/ and are enqueued from
 * inc/enqueue.php. This file only carries the required WordPress theme
 * header plus a minimal reset so the theme is valid on its own.
 */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

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

a { color: inherit; }
