/*
Theme Name: Chandravana Ashrama
Theme URI: https://chandravanaashrama.org
Author: Chandravana Ashrama
Author URI: https://chandravanaashrama.org
Description: A modern, mobile-first spiritual website for Chandravana Ashrama, Srirangapatna. Reflecting spirituality, trust, serenity, heritage, service, devotion, and community.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chandravana-ashrama
Tags: spiritual, religious, non-profit, mobile-first, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ==========================================
   DESIGN TOKENS / CSS CUSTOM PROPERTIES
   ========================================== */

:root {
    /* Colors */
    --color-saffron: #D97706;
    --color-gold: #C9A227;
    --color-blue-deep: #1E3A5F;
    --color-blue-dark: #152C47;
    --color-maroon: #9A3412;
    --color-white: #FFFFFF;
    --color-off-white: #FAF7F2;
    --color-success: #16A34A;
    --color-error: #DC2626;
    --color-gray-100: #F3F4F6;
    --color-gray-200: #E5E7EB;
    --color-gray-300: #D1D5DB;
    --color-gray-500: #6B7280;
    --color-gray-700: #374151;
    --color-gray-900: #111827;
    --color-text-dark: #1E2A35;
    --color-text-light: rgba(255,255,255,0.9);

    /* Typography */
    --font-heading: 'Cinzel', 'Georgia', serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Sizes */
    --text-xs: 12px;
    --text-sm: 14px;
    --text-base: 16px;
    --text-lg: 18px;
    --text-xl: 20px;
    --text-2xl: 24px;
    --text-3xl: 32px;
    --text-4xl: 40px;
    --text-5xl: 48px;

    /* Layout */
    --max-width: 1440px;
    --content-width: 1200px;
    --section-padding-desktop: 56px;
    --section-padding-tablet: 42px;
    --section-padding-mobile: 34px;

    /* Spacing */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;
    --space-16: 64px;

    /* Borders */
    --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,0.1), 0 1px 2px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.04);
    --shadow-card: 0 4px 20px rgba(0,0,0,0.08);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 250ms ease;
    --transition-slow: 400ms ease;

    /* Z-index */
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-overlay: 300;
    --z-modal: 400;
    --z-toast: 500;
}
