/*
Theme Name: SellGraft Academy
Theme URI: https://sellgraft.com
Author: SellGraft
Author URI: https://sellgraft.com
Description: A premium, fully custom native WordPress theme built for SellGraft — an Amazon FBA coaching academy and learning management platform. Hand-coded with PHP, HTML5, CSS3 and vanilla JavaScript. No page builders, no bundled premium plugins. Includes course, mentor, testimonial, FAQ and pricing management, a student dashboard, SEO markup, and a full Customizer for branding.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sellgraft
Tags: education, e-learning, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

SellGraft Academy WordPress Theme
Base styles live in assets/css/main.css and are enqueued via functions.php.
This file exists to satisfy the WordPress theme header requirement and holds
only minimal resets so the theme still renders sensibly if this file is
ever loaded directly by a tool that reads style.css alone.
*/

/* Minimal safety reset (full design system is in assets/css/main.css) */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
