/*
Theme Name:        Orevea
Theme URI:         https://orevea.com
Author:            Orevea Internal
Author URI:        https://orevea.com
Description:       Standalone premium storefront theme for Orevea — a modern lifestyle marketplace (beauty, wellness, food, baby, everyday products). Built to work with WooCommerce and Elementor. Design system (colors/typography/shape) is editable live in the Customizer under "Orevea Design System". Elementor owns page content; this theme owns site chrome (header/footer), the WooCommerce integration, and the design tokens that the companion orevea-translator plugin's Elementor widgets read from.
Version:           2.0.0
Requires at least: 6.0
Tested up to:       6.7
Requires PHP:       7.4
Requires Plugins:   woocommerce
License:            Proprietary
Text Domain:        orevea
Domain Path:        /languages
*/

/* Base reset — kept intentionally small; real layout/typography lives in
   assets/css/base.css (enqueued separately) so this file stays close to
   what WordPress requires a theme stylesheet header to contain. */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

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

a {
    color: inherit;
}
