/*
Theme Name: CodeByZhang-Theme
Author: CodeByZhang
Author URI: https://CodeByZhang.com
Description: A custom WordPress theme built by CodeByZhang for iSquare.
Version: 1.0
Text Domain: codebyzhang
Tags: custom-theme, industrial, automation, engineering, corporate
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/



/*
 |-----------------------------------------------------------------------------------------------------------------------
 | Stylesheets
 |-----------------------------------------------------------------------------------------------------------------------
 |
 | This file intentionally contains only the theme header above. The real
 | styles live in assets/css/src/main.css, which is now enqueued DIRECTLY in
 | functions.php (handle: isquare-main). It used to be pulled in here with an
 | @import, which forced the browser to fetch + parse this file before it could
 | even discover main.css — a render-blocking sequential download. Removed per
 | the QA audit.
 |
 */