/*
Theme Name: MyCommerce Theme
Description: A highly performant, React-powered Hybrid eCommerce theme for the MyCommerce plugin.
Author: Antigravity
Version: 1.0.0
Text Domain: mycommerce-theme
*/

/* Core CSS properties will be loaded from Vite bundle */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8fafc;
}
