/*
Theme Name: SSSK Impact Shop (SSI Theme)
Theme URI: https://github.com/vivekchudasama09/ssi-platform
Author: Vivek Chudasama
Author URI: https://vivekchudasama.com
Description: High-performance, production-ready WordPress & WooCommerce classic theme for SSSK Impact Shop with native GitHub auto-updates and CI/CD integration.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sssk-impact-shop
GitHub Theme URI: vivekchudasama09/ssi-platform
GitHub Branch: main
*/

/* Reset & Root Variables */
:root {
	--ssi-primary: #0F172A;
	--ssi-secondary: #2563EB;
	--ssi-accent: #38BDF8;
	--ssi-background: #F8FAFC;
	--ssi-surface: #FFFFFF;
	--ssi-text-main: #0F172A;
	--ssi-text-muted: #64748B;
	--ssi-border: #E2E8F0;
	--ssi-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--ssi-font-family);
	background-color: var(--ssi-background);
	color: var(--ssi-text-main);
	line-height: 1.6;
}
