/*
Theme Name: MTC Store
Theme URI: https://example.com/mtc-store
Author: MTC
Description: A clean and flexible child theme for general online stores. Requires MTC Commerce Theme.
Version: 1.7.3
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.1
Template: mtc-commerce-theme
Text Domain: mtc-store
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--mtc-primary: #24577a;
	--mtc-secondary: #d18b36;
	--mtc-accent: #27715e;
	--mtc-bg: #f4f7f9;
	--mtc-surface: #ffffff;
	--mtc-text: #17242d;
	--mtc-muted: #63717a;
	--mtc-line: #d8e0e5;
}

.mtc-hero { background: radial-gradient(circle at 82% 28%, #d7e9f2 0, transparent 30%), linear-gradient(135deg, #eef5f8, #ffffff 55%, #e4efe9); }
.mtc-hero-visual span:nth-child(1) { background: linear-gradient(155deg, #24577a, #17242d); }
.mtc-site-footer { background: #17242d; }

[data-theme="dark"] {
		--mtc-primary: #82b9dc;
		--mtc-secondary: #e4b068;
		--mtc-accent: #7bc4ae;
		--mtc-bg: #10171c;
		--mtc-surface: #182229;
		--mtc-text: #edf5f8;
		--mtc-muted: #a9bac3;
		--mtc-line: #344650;
}
