/*
Theme Name: EDORÉ
Author: Brand Up
Description: Custom luxury WooCommerce theme for EDORÉ premium hair care. Hebrew-first, RTL-native, Arabic ready (WPML compatible). No page builder required.
Version: 2.4.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edore
Tags: e-commerce, rtl-language-support, custom-logo, custom-menu, translation-ready, block-styles, wide-blocks
WC requires at least: 7.0
WC tested up to: 11.0

EDORÉ is distributed under the terms of the GNU GPL v2 or later.

--------------------------------------------------------------
NOTE
--------------------------------------------------------------
The compiled front-end CSS lives in:

    assets/css/main.css        (global design system, layout, homepage, pages)
    assets/css/woocommerce.css (shop, product, cart, checkout, account)

This file only carries the WordPress theme header plus a few
safety fallbacks, so that the theme still degrades gracefully
if the asset files fail to load.
*/

/* Minimal fallback so content is never unreadable. */
body {
	margin: 0;
	background: #f6f1e9;
	color: #161513;
	font-family: "Heebo", "Assistant", Arial, sans-serif;
}

.edore-skip-link {
	position: absolute;
	inset-inline-start: -9999px;
	top: 0;
	z-index: 9999;
	padding: 12px 20px;
	background: #090909;
	color: #f6f1e9;
}

.edore-skip-link:focus {
	inset-inline-start: 0;
}

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