/*
Theme Name: Wamda Ibda3
Theme URI: https://example.com/wamda-ibda3/
Author: Mohamed AbuSnainh
Author URI: https://example.com/
Description: Wamda Ibda3 (وميض إبداع) is a fast, lightweight and fully customizable WordPress theme built as a complete alternative to Astra. It ships with a full wp-admin control panel (bilingual Arabic/English based on site language), 100% Elementor compatibility (theme locations, canvas & full-width templates), a Header/Footer builder, a design-token color system (light + dark), full RTL/Arabic support, Schema markup and WooCommerce support.
Version: 2.2.0
Requires at least: 5.6
Tested up to: 6.7
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wamda
Domain Path: /languages
Tags: custom-menu, custom-logo, custom-colors, featured-images, full-width-template, right-sidebar, left-sidebar, two-columns, threaded-comments, translation-ready, rtl-language-support, block-styles, wide-blocks, e-commerce, blog
*/

/*
 * Base styles live in assets/css/main.css (enqueued separately for performance).
 * This file holds the theme header (required by WordPress) plus a minimal reset.
 */

:root {
	--wamda-container: 1200px;
	--wamda-container-narrow: 750px;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img, svg, video { max-width: 100%; height: auto; }
