/*
Theme Name: ZARE Theme
Theme URI: https://zozostack.com/
Author: ZozoStack
Author URI: https://zozostack.com/
Description: A standards-first Full Site Editing theme and reusable Experience System with optional deep ZARE integration.
Version: 0.12.1
Requires at least: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zare-theme
Tags: block-styles, full-site-editing, wide-blocks, custom-colors, custom-logo, custom-menu, editor-style
*/

/* Runtime styling belongs primarily to theme.json and scoped component stylesheets. */
:where(.zare-theme-site) {
	min-height: 100vh;
}

.zare-theme-skip-link {
	position: absolute;
	inset-inline-start: 1rem;
	inset-block-start: 1rem;
	z-index: 100000;
	transform: translateY(-200%);
}

.zare-theme-skip-link:focus {
	transform: translateY(0);
}
