/*
Theme Name: Weown
Theme URI: https://weown.ng
Author: Weown
Author URI: https://weown.ng
Description: Premium custom WooCommerce theme for Weown — Nigerian-made tissue & hygiene products. Built mobile-first with reusable Elementor-friendly template parts. Design tokens lifted from the approved Weown mockups (cream / green / terracotta).
Version: 1.5.0
Requires at least: 6.2
Tested up to: 6.5
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: weown
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, blog, translation-ready
WC requires at least: 7.0
WC tested up to: 8.6
*/

/*
  Primary styles live in assets/css/main.css (enqueued in inc/enqueue-scripts.php).
  This file only carries the theme header above (required by WordPress) plus a
  tiny safety reset so the admin "Customize" preview is never unstyled.
*/

:root {
  --cream: #FAF6F0;
  --green: #1A4D3E;
  --green-deep: #11332A;
  --terracotta: #E8743B;
  --ink: #1C1C1C;
  --white: #FFFFFF;
  --cream-line: #E3DCCF;
}

body { margin: 0; background: var(--cream); }
