/*
Theme Name:        Rashmira
Theme URI:         https://www.rashmirahealthconsult.com
Author:            Rashmira Consult & Healthcare LTD
Author URI:        https://www.rashmirahealthconsult.com
Description:       A professional WordPress theme for Rashmira Consult & Healthcare. Fully compatible with Elementor page builder — build every page visually with drag and drop. Includes custom post types for Services, Courses, Jobs, Treatments and Team Members.
Version:           2.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       rashmira
Tags:              healthcare, elementor, page-builder, recruitment, spa, beauty, professional, clean
*/

/*
 * This file is intentionally minimal.
 * All styling is loaded via /css/rashmira-base.css
 * Elementor handles page-level design via its own builder.
 * Global brand tokens are registered in theme.json.
 */

:root {
    --rashmira-navy:       #1a2f5a;
    --rashmira-navy-dark:  #0d1f3c;
    --rashmira-teal:       #2dbfbf;
    --rashmira-teal-light: #4dd9d9;
    --rashmira-teal-pale:  #e8f9f9;
    --rashmira-gold:       #c9a84c;
    --rashmira-cream:      #faf8f5;
    --rashmira-white:      #ffffff;
    --rashmira-text:       #1a1a2e;
    --rashmira-text-mid:   #4a5568;
    --rashmira-text-light: #718096;
    --rashmira-border:     rgba(45,191,191,0.15);
    --rashmira-radius:     16px;
    --rashmira-shadow:     0 8px 32px rgba(26,47,90,0.10);
    --rashmira-font-body:  'DM Sans', system-ui, sans-serif;
    --rashmira-font-head:  'Cormorant Garamond', Georgia, serif;
}
