/*
Theme Name: eCom Starter
Theme URI: https://smartappstoday.com
Author: SmartApps Today
Author URI: https://smartappstoday.com
Description: A reusable WooCommerce starter theme for eCom OS.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: ecom-starter
License: GPL-2.0-or-later
*/

/* ==========================================================================
   RESET
========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", Arial, sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.6;
}

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

a {
    color: inherit;
    text-decoration: none;
}