/*
Theme Name: Elementor Starter
Theme URI: https://example.com/elementor-starter
Author: Antigravity
Author URI: https://example.com
Description: A lightweight starter theme designed for Elementor.
Version: 1.0.0
Text Domain: elementor-starter
*/

/* Basic Reset */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}
