/*
Theme Name: Liraz Theme
Theme URI:
Author: Liraz Tal
Author URI:
Description: ערכת עיצוב מותאמת אישית לחנות קורסים אונליין להדרכת הורים. תומכת ב-WooCommerce ובעברית (RTL).
Version: 1.0.0
Requires at least: 6.0
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: liraz-theme
Tags: e-commerce, rtl-language-support, custom-menu, featured-images, translation-ready, full-width-template
WC requires at least: 8.0
WC tested up to: 9.0
*/

/* ==========================================================================
   קובץ סגנון ראשי (Theme Header + Base)
   העיצוב המפורט יתווסף ב-assets/css/main.css
   ========================================================================== */

:root {
	--liraz-container: 1200px;
	--liraz-gutter: 1.5rem;
}

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

body {
	margin: 0;
	font-family: "Assistant", "Rubik", "Heebo", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

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

.skip-link {
	position: absolute;
	inset-inline-start: -9999px;
	top: 0;
	z-index: 100000;
	background: #000;
	color: #fff;
	padding: 0.75rem 1.25rem;
}

.skip-link:focus {
	inset-inline-start: 1rem;
}
