/*
Theme Name: Limitless Energy Powder
Theme URI: https://limitlessenergypowder.com
Author: Archana
Author URI: https://limitlessenergypowder.com
Description: Premium single-product WooCommerce theme for Limitless Energy Powder — All Natural, Homemade with Love.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
WC requires at least: 7.0
WC tested up to: 9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limitless-theme
Tags: woocommerce, single-product, green, natural, health, responsive
*/

/* =====================================================
   CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ===================================================== */
:root {
  /* Brand Colors */
  --color-primary:       #dddc8c;   /* warm golden */
  --color-primary-dark:  #8a8930;   /* dark golden — readable on white */
  --color-primary-light: #f5f5dc;   /* warm beige */
  --color-primary-xlight:#fafaf0;   /* ivory */
  --color-secondary:     #e8d0d0;   /* soft rose — hover accent */

  /* Neutrals */
  --color-black:    #111111;
  --color-dark:     #1e1e1e;
  --color-text:     #2d2d2d;
  --color-muted:    #666666;
  --color-border:   #e0e0e0;
  --color-light-bg: #fafaf5;   /* warm ivory bg */
  --color-white:    #ffffff;

  /* Typography */
  --font-heading: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body:    'Inter', 'Segoe UI', system-ui, sans-serif;

  --text-xs:   0.75rem;
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.25rem;
  --space-6:  1.5rem;
  --space-8:  2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;

  /* Layout */
  --container-max: 1200px;
  --container-wide: 1400px;
  --radius-sm:  4px;
  --radius-md:  8px;
  --radius-lg:  16px;
  --radius-xl:  24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md:  0 4px 16px rgba(0,0,0,.10);
  --shadow-lg:  0 12px 40px rgba(0,0,0,.12);
  --shadow-xl:  0 20px 60px rgba(0,0,0,.15);
  --shadow-green: 0 8px 32px rgba(221,220,140,.35);

  /* Transitions */
  --transition: 0.25s ease;
  --transition-slow: 0.4s ease;
}
