/*
Theme Name: Ambiverse
Theme URI: https://yourdomain.com
Author: Your Name
Author URI: https://yourdomain.com
Description: A modern e-commerce theme with brutalist minimalism design. Features React-powered frontend with WooCommerce integration for easy product management.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ambiverse
Tags: e-commerce, woocommerce, minimal, modern, react, brutalist, black-and-white

Ambiverse is a custom WordPress theme built with React and WooCommerce.
It combines a beautiful React frontend with the power of WordPress product management.
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    background: #FAFAFA;
    color: #0A0A0A;
    line-height: 1.6;
}

/* WordPress Required Classes */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Basic Theme Styles */
#root {
    min-height: 100vh;
}
