/*
Theme Name: Eezi Web Starter
Theme URI: https://eeziweb.com
Author: Eezi Web
Author URI: https://eeziweb.com
Description: Eezi Web's universal starting-point theme. Hybrid classic architecture (PHP templates + theme.json design tokens + custom server-rendered blocks), built for 100/100 PageSpeed scores, full SEO and marketing-tracking infrastructure, and WooCommerce compatibility. Duplicate this theme per client project.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eeziweb
Tags: block-patterns, custom-colors, custom-menu, custom-logo, e-commerce, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Global styles and layout come from theme.json. This stylesheet only carries
the required theme header above and a minimal safety-net reset - it is
intentionally kept almost empty so no CSS ships to the browser unless a
block that needs it is actually present on the page (see inc/enqueue.php).
*/

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

body {
	margin: 0;
}

img,
svg,
video,
canvas {
	max-width: 100%;
	height: auto;
	display: block;
}

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

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 0.75em 1.25em;
	background: var(--wp--preset--color--contrast, #111);
	color: var(--wp--preset--color--base, #fff);
	text-decoration: none;
}

.skip-link:focus {
	left: 0.5em;
	top: 0.5em;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
