/*
Theme Name: eShop Multipurpose
Theme URI: https://example.com/eshop-multipurpose
Author: Antigravity AI
Author URI: https://github.com/google-deepmind
Description: A stunning, premium, and lightning-fast WordPress multipurpose e-commerce theme. Features exquisite HSL-based styling, full WooCommerce integration, interactive ajax quick-views, a smooth slide-out mini-cart drawer, and dynamic light/dark mode. Built purely with native PHP, CSS variables, and modern vanilla JS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eshop-multipurpose
Tags: e-commerce, custom-colors, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, theme-options, translation-ready, grid-layout, block-styles, responsive-layout

This theme is optimized for WordPress blocks, traditional page builders, and deep WooCommerce custom implementations.
All styling is written in assets/css/theme.css for optimal structure, modularity, and speed.
*/

/* Core CSS Reset and System Fonts */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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