/*
Theme Name: Ghaza
Theme URI: https://ghaza.org
Author: Ghaza Team
Author URI: https://ghaza.org
Description: قالب اختصاصی فروشگاه آنلاین سوپرمارکت غذا (Ghaza.org) - راست‌چین، مبتنی بر ووکامرس، طراحی‌شده برای سرعت، مقیاس‌پذیری و مدیریت آسان از پنل وردپرس.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary - All Rights Reserved
Text Domain: ghaza
Domain Path: /languages
Tags: e-commerce, woocommerce, rtl-language-support, grocery, custom-menu, translation-ready
*/

/*
 * توجه:
 * این فایل فقط برای معرفی قالب به وردپرس است.
 * استایل‌های واقعی در فاز ۳ (Design System) داخل پوشه assets/css/ اضافه می‌شوند
 * و به‌صورت خودکار توسط inc/enqueue.php بارگذاری خواهند شد.
 * فقط یک ریست بسیار پایه در ادامه آمده تا در فاز ۲ صفحه بدون استایل مرورگر عجیب دیده نشود.
 */

* {
	box-sizing: border-box;
}

html {
	direction: rtl;
}

body {
	margin: 0;
	direction: rtl;
	text-align: right;
}

.ghaza-skip-link {
	position: absolute;
	right: -9999px;
	top: 0;
	z-index: 100000;
	background: #1e4fd9;
	color: #fff;
	padding: 10px 16px;
}

.ghaza-skip-link:focus {
	right: 8px;
	top: 8px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	clip: auto;
}
