/*
Theme Name: Nepal Vivah
Theme URI: https://nepalvivah.com
Author: Nepal Vivah Architect Team
Author URI: https://nepalvivah.com
Description: A modern, culturally authentic, high-performance WordPress theme for Nepal Vivah matrimonial platform.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 8.2
Text Domain: nepal-vivah
Tags: matrimonial, nepal, membership, responsive, cultural, custom-theme
*/

/* Core CSS Variables and Cultural Color Palette */
:root {
    --nv-primary: #8B0000;          /* Deep Crimson (सिन्दूरी / रातो) */
    --nv-primary-dark: #5E0000;
    --nv-primary-light: #B22222;
    --nv-secondary: #C9A227;        /* Nepali Gold (सुनौलो) */
    --nv-secondary-light: #DFBF52;
    --nv-secondary-dark: #9A7B1C;
    --nv-bg: #FFF8F0;               /* Warm Himalayan Cream */
    --nv-surface: #FFFFFF;
    --nv-dark: #1F2937;             /* Charcoal Slate */
    --nv-muted: #6B7280;
    --nv-border: #E5E7EB;
    --nv-border-gold: #F1E5D8;
    --nv-success: #10B981;
    --nv-warning: #F59E0B;
    --nv-danger: #EF4444;
    --nv-font-sans: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --nv-font-nepali: 'Mukta', 'Poppins', sans-serif;
    --nv-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --nv-shadow-md: 0 4px 12px rgba(139, 0, 0, 0.08);
    --nv-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --nv-radius-sm: 6px;
    --nv-radius-md: 10px;
    --nv-radius-lg: 16px;
    --nv-radius-full: 9999px;
    --nv-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
