/*
Theme Name: ExamPrep Point
Theme URI: https://exampreppoint.com/
Author: ExamPrep Point
Author URI: https://exampreppoint.com/
Description: A clean, modern, conversion-focused theme for the ExamPrep Point membership platform. Designed to pair with the ExamPrep Access Manager plugin — marketing pages, a member dashboard, and study tools in one cohesive design system.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: examprep-point
Tags: education, membership, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* The full design system lives in assets/css/theme.css (enqueued in functions.php).
   This file carries the required theme header and a minimal reset fallback. */

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

body { margin: 0; }
