/**
 * Theme Name: Layood Basic
 * Theme URI: https://layoodtech.com
 * Author: Layood Themes | Divyansh Jindal
 * Author URI: https://github.com/DevDivyanshJindal
 * Description: "Create Code That Clicks – A Premium Experience by Divyansh Jindal."
 * 
 * Crafted exclusively for premium clients, this theme embodies innovation, efficiency, and seamless functionality. Designed with precision, it ensures a flawless user experience, combining aesthetics with top-tier performance.
 * 
 * Developed by Divyansh Jindal, this theme is built for those who demand excellence, offering a perfect blend of speed, security, and scalability. Whether for business, personal branding, or enterprise solutions, this premium theme sets a new standard in digital presence.
 * 
 * 🚀 Experience the difference. Code that clicks.
 * 
 * Version: 1.0.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: layood-basic
 * Tags: elementor, lightweight, minimal, premium, Divyansh Jindal
 */

/* Minimal and optimized styling */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #fff;
    color: #333;
}

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

