/*
Theme Name: KazmiBooks
Theme URI: https://kazmibooks.com
Author: KazmiBooks Team
Author URI: https://kazmibooks.com
Description: KazmiBooks — Pakistan's Largest Educational Learning Platform. A premium, modern, fully responsive educational WordPress theme built for Notes, Guess Papers, Past Papers, Pairing Schemes, Admissions, Jobs, Scholarships, Results and more.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kazmibooks
Tags: education, blog, one-column, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready, threaded-comments, accessibility-ready, dark-mode

KazmiBooks is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   Base reset — full design system lives in assets/css/main.css which is
   enqueued in functions.php. This file only needs the header above to be
   recognized as a valid WordPress theme, plus a minimal safety reset so the
   page never looks unstyled if main.css fails to load.
   ========================================================================== */

*,*::before,*::after{box-sizing:border-box;}
body{margin:0;font-family:'Poppins',sans-serif;background:#F8FAFC;color:#0F172A;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}
