/*
Theme Name: MoreTalented LMS
Theme URI: https://lms.moretalented.com
Author: MoreTalented
Author URI: https://moretalented.com
Description: Lightweight, premium SaaS-style foundation theme for the MoreTalented Learning Management System (lms.moretalented.com). Built for full compatibility with the Masteriyo LMS plugin, mobile-first performance, and accessibility. Extends the MoreTalented job board and career ecosystem into instructor-led courses and certifications.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
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: moretalented-lms
Tags: education, custom-menu, custom-logo, footer-widgets, translation-ready, block-styles, wide-blocks, e-commerce
*/

/*
This file intentionally holds only the WordPress theme header + a minimal
reset. All real design-system CSS lives in assets/css/main.css so it can be
cached, versioned, and conditionally loaded without WordPress re-parsing this
header comment block on every request.
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

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