/*
Theme Name: WebZad Hello (Elementor-ready)
Theme URI: https://webzad.net/webzad-hello
Author: WebZad
Author URI: https://webzad.net
Description: A minimal, lightweight starter theme built to work with Elementor and the Elementor Theme Builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webzad-hello
Tags: minimal, accessibility-ready, rtl-language-support, custom-logo, one-column
Requires at least: 5.9
Tested up to: 6.5
*/


/* Import a tiny default reset so the theme looks neutral. Keep this minimal — Elementor will render content. */
html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

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


/* Add an editor style placeholder */
.wp-block {
    box-sizing: border-box
}