/*
Theme Name: AU Fresh Market
Theme URI: https://example.com/au-fresh-market
Author: AU Fresh Market Team
Author URI: https://example.com
Description: A lightweight, responsive, SEO friendly WooCommerce grocery marketplace theme built with Bootstrap 5.3 and vanilla JavaScript. Inspired by modern grocery marketplaces. Fully accessible, translation ready, and optimized for performance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: au-fresh-market
Tags: e-commerce, grocery, custom-menu, custom-logo, featured-images, theme-options, threaded-comments, translation-ready, wide-blocks, block-styles, footer-widgets, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, sticky-post, full-width-template, rtl-language-support, editor-style

AU Fresh Market WordPress Theme is released under the terms of the GNU General Public License v2 or later.

This design is original and does not copy any copyrighted assets from third-party products.
*/

/* -----------------------------------------------------------
   Design tokens (fallbacks - overridden by inline customizer CSS)
----------------------------------------------------------- */
:root {
	--aufm-primary: #1aa260;
	--aufm-primary-dark: #148a51;
	--aufm-secondary: #ff7a1a;
	--aufm-dark: #1c2b23;
	--aufm-body: #4a5a52;
	--aufm-light-bg: #f5f8f6;
	--aufm-border: #e3e9e6;
	--aufm-white: #ffffff;
	--aufm-radius: 14px;
	--aufm-radius-sm: 8px;
	--aufm-font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--aufm-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--aufm-shadow-sm: 0 2px 8px rgba(28, 43, 35, 0.06);
	--aufm-shadow-md: 0 8px 24px rgba(28, 43, 35, 0.1);
}

/* This file intentionally holds only the theme header block required by
   WordPress plus root design tokens. All functional styles live in
   assets/css/*.css and are enqueued via inc/enqueue.php for better
   caching and to keep this stylesheet lightweight. */
