/*
Theme Name: AgenWebsite Store
Theme URI: https://www.agenwebsite.com/products/agenwebsite-store-theme
Author: AgenWebsite
Author URI: https://agenwebsite.com
Description: One premium, multi-purpose WooCommerce theme for Indonesian online stores. Pick a store purpose (Fashion, Electronics, Food, Beauty, and more) in the setup wizard and the theme instantly adapts its colors, typography, layout and demo content to match. Works with or without Elementor, fully WooCommerce-ready, and customizable from the WordPress Customizer. Activate your AgenWebsite license to unlock all niche presets, the setup wizard and one-click demo import.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agenwebsite-store
Tags: e-commerce, woocommerce, elementor, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, two-columns, right-sidebar, left-sidebar, blog
*/

/*
 * The visual styles live in /assets/css/ (base, woocommerce, sections) and are
 * enqueued from functions.php. This file holds the theme header (required by
 * WordPress) plus a thin safety baseline so the theme never renders unstyled if
 * an asset fails to load. All design tokens come from CSS custom properties that
 * the active preset + Customizer write into :root.
 */

:root {
    --aws-primary: #181818;
    --aws-primary-dark: #000000;
    --aws-accent: #c39d6b;
    --aws-bg: #ffffff;
    --aws-surface: #f7f7f7;
    --aws-text: #2b2b2b;
    --aws-text-light: #8a8a8a;
    --aws-border: #e8e8e8;
    --aws-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --aws-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --aws-radius: 8px;
    --aws-container: 1280px;
    --aws-heading-transform: none;
    --aws-heading-spacing: normal;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: var(--aws-font-body); color: var(--aws-text); background: var(--aws-bg); }
img { max-width: 100%; height: auto; }
a { color: inherit; }
