/*
Theme Name: PracticeTestSoftware Blog
Theme URI: https://www.practicetestsoftware.com/blog/
Author: Custom build for PracticeTestSoftware.com
Author URI: https://www.practicetestsoftware.com/
Description: Standalone WordPress theme for the PracticeTestSoftware.com blog. Recreates the main site's header and footer (Next.js/Tailwind) as native WordPress templates, with a reading-optimised single-post layout, an auto-generated sticky "On This Page" table of contents, and a fully dynamic category grid built on native WordPress taxonomy. Self-contained: no parent theme required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: ptsblog
Tags: blog, custom-header, custom-menu, featured-images, threaded-comments, right-sidebar, two-columns
*/

/*
 * This file only carries the theme header (required by WordPress) plus a few
 * base resets. All real styling lives in /assets/css/ (theme.css, single.css,
 * archive.css) and is enqueued from functions.php. Keeping it split means the
 * static preview in /preview/ shares the exact same CSS as the live theme.
 */

html { -webkit-text-size-adjust: 100%; }
* , *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
