/*
Theme Name: The Healthy Ayurveda
Theme URI: https://thehealthyayurveda.in/
Author: Antigravity AI
Author URI: https://thehealthyayurveda.in/
Description: A premium, highly customizable, SEO-optimized landing page theme for Ayurveda campaigns, built with Bootstrap 5 and custom CSS3 animations.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thehealthyayurveda
Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-images, one-column, translation-ready

This theme is built from scratch for custom Ayurvedic marketing landing pages.
*/

/* Reset & CSS variables */
:root {
    --primary-color: #1a4d2e;      /* Deep Forest Green */
    --primary-light: #2c6e49;      /* Sage Green */
    --accent-color: #d4a373;       /* Warm Ayurvedic Gold */
    --accent-hover: #b88653;       /* Deeper Warm Gold */
    --bg-light: #fefae0;           /* Soft Natural Off-White */
    --bg-sand: #faedcd;            /* Warm Sand Cream */
    --text-dark: #2b2d42;          /* Charcoal Black */
    --text-muted: #6c757d;         /* Standard Muted Text */
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Outfit', sans-serif;
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
