/*
Theme Name: SPARK
Theme URI: https://example.com/spark
Author: Converted for Farhan
Author URI: https://example.com
Description: SPARK dashboard + marketing theme converted from the original HTML template. Each page has its own editable template file (page-{slug}.php). The dashboard sidebar lives in sidebar.php and is pulled into any page that uses get_header('dashboard').
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spark
*/

/*
 * NOTE: The real design lives in /assets/css/ (enqueued from functions.php).
 * This file only carries the required theme header plus a couple of tiny
 * WordPress-only tweaks. Add your own overrides below this line.
 */

/* Hide the admin bar gap on the front-end dashboard shell if needed */
body.admin-bar .side-header { z-index: 1000; }
