/*
Theme Name: Parampara Spices
Theme URI: https://paramparaspices.com
Author: Parampara Spices Team
Author URI: https://paramparaspices.com
Description: A modern, ultra-premium e-commerce WordPress & WooCommerce theme designed with luxury dark maroon and gold aesthetics, clean card grids, glassmorphism, and responsive modern layouts.
Version: 2.0.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: parampara
*/

:root {
  /* Brand Core Colors */
  --parampara-primary-dark: #3b0507;
  --parampara-primary: #5f0a0e;
  --parampara-primary-rich: #780f14;
  --parampara-primary-light: #94171d;
  --parampara-primary-soft: #fbf1f2;

  /* Gold Luxury Accents */
  --parampara-gold: #d4a337;
  --parampara-gold-light: #f5d47a;
  --parampara-gold-bright: #ffe694;
  --parampara-gold-dark: #a1741a;
  --parampara-gold-glow: rgba(212, 163, 55, 0.28);
  --parampara-gold-gradient: linear-gradient(135deg, #c59a3f 0%, #fce38a 35%, #e5ba4c 70%, #9e731b 100%);
  --parampara-hero-gradient: radial-gradient(circle at 80% 20%, #7d1116 0%, #560a0e 45%, #2d0406 100%);

  /* Neutrals & Surfaces */
  --surface-bg: #f8f7f4;
  --surface-white: #ffffff;
  --surface-card: #ffffff;
  --surface-card-subtle: #fcfbfa;
  --surface-border: #e9e5de;
  --surface-border-gold: rgba(212, 163, 55, 0.35);

  /* Typography */
  --text-main: #181412;
  --text-body: #4a443e;
  --text-muted: #787067;
  --text-white: #ffffff;
  --font-heading: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Elevation & Geometry */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 9999px;

  --shadow-subtle: 0 4px 16px rgba(0, 0, 0, 0.03);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.05);
  --shadow-card-hover: 0 20px 40px rgba(59, 5, 7, 0.09);
  --shadow-glow: 0 0 35px rgba(212, 163, 55, 0.25);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
