/*
Theme Name: My Elementor Theme
Theme URI: https://example.com/
Author: Tishan
Author URI: https://example.com/
Description: A lightweight WordPress theme with Elementor support and a full-screen "Coming Soon" homepage.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.5
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: my-elementor-theme
*/

/* --- Basic reset --- */
html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

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

/* Normal content area (used on inner pages) */
.site-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}
