/*
Theme Name:  Shakoof
Theme URI:   https://shakoof.com
Description: The custom hybrid classic theme for shakoof.com — a premium optical boutique. Hand-written PHP templates for data-driven pages (product, catalog, brand, home) fed by the Optika system through the optika-bridge plugin; Gutenberg for authored content. RTL-first, Heebo typography, performance-budgeted. Coexists with Elementor while pages are rebuilt one by one (blueprint Law 4).
Author:      Shakoof / Optika
Version:     0.24.5
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: shakoof
Tags:        rtl-language-support, custom-colors, translation-ready, e-commerce
*/

/*
 * This file only carries the theme header (WordPress requires it here) and a
 * tiny root reset. All real styling lives in assets/css/main.css, enqueued from
 * inc/enqueue.php, and design tokens live in theme.json. Keeping style.css thin
 * keeps the token→CSS pipeline in one obvious place.
 */

:root {
	color-scheme: light;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
}
