/*
Theme Name: New Indian Dehydrates Custom Theme
Theme URI: http://www.newindiandehydrates.com
Author: Dr. Agro Organics Private Limited
Author URI: http://www.newindiandehydrates.com
Description: Enterprise custom theme for Dr. Agro Organics (New Indian Dehydrates). Custom CPTs, dynamic landing sections, quote tools, automated setup, and optimized for global export lead generation.
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: organic-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
    --primary-green: #0E9F3D;
    --dark-green: #08752C;
    --light-green: #C4E538;
    --white: #FFFFFF;
    --onion-red: #C0392B;
    --garlic-cream: #F8F4E3;
    --earth-brown: #8B5A2B;
    
    /* Neutral shades */
    --text-dark: #1E293B;
    --text-muted: #64748B;
    --bg-light: #F8FAFC;
    --border-color: #E2E8F0;
    
    /* Typography */
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    /* Box Shadows */
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.04);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.02);
    --shadow-premium: 0 20px 40px rgba(8, 117, 44, 0.08);
    
    /* Transitions */
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --border-radius: 8px;
    --border-radius-lg: 16px;
}
