/*
Theme Name:   Hello Elementor Child
Theme URI:    https://form.org.il
Description:  ערכת בת ל-Hello Elementor עבור form.org.il. כל התאמה אישית — CSS, PHP ותבניות — נכנסת כאן, כדי שעדכון של ערכת האם לא ידרוס אותה.
Author:       Motivazia Studio
Author URI:   https://form.org.il
Template:     hello-elementor
Version:      1.0.0
Requires PHP: 7.4
Text Domain:  hello-elementor-child
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Tags:         flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, translation-ready
*/

/* ==========================================================================
   טוקנים — נקודת התחלה אחת לצבע, טיפוגרפיה ומרווחים.
   מומלץ להגדיר את הצבעים גם ב-Elementor > הגדרות אתר, ולהפנות לכאן.
   ========================================================================== */

:root {
	--fo-color-primary: #1d4ed8;
	--fo-color-secondary: #0f172a;
	--fo-color-text: #1f2937;
	--fo-color-muted: #6b7280;
	--fo-color-border: #e5e7eb;
	--fo-color-bg: #ffffff;
	--fo-color-bg-alt: #f7f8fa;

	--fo-radius: 10px;
	--fo-gap: 24px;
	--fo-content-width: 1140px;

	--fo-font-body: inherit;
	--fo-font-heading: inherit;
}

/* ==========================================================================
   כללי בסיס
   ========================================================================== */

body {
	color: var(--fo-color-text);
	background-color: var(--fo-color-bg);
}

/* ==========================================================================
   התאמות אישיות — מכאן והלאה
   ========================================================================== */
