/*
Theme Name: Rental PG
Theme URI: https://rentalpg.com
Author: Rental PG Team
Author URI: https://rentalpg.com
Description: A luxury, modern WordPress theme for Rental, PG, Hostel & Co-living property booking with Elementor integration
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.4
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: rental-pg
Tags: elementor, rental, pg, booking, real-estate, luxury, modern
*/

:root {
    --rental-primary: #070714;
    --rental-secondary: #1e293b;
    --rental-accent: #d4af37;
    --rental-accent-hover: #c49b2f;
    --rental-gold: #f0c674;
    --rental-success: #10b981;
    --rental-warning: #f59e0b;
    --rental-danger: #ef4444;
    --rental-info: #3b82f6;
    --rental-bg-light: #faf8f5;
    --rental-bg-dark: #0a0f1e;
    --rental-text: #1e293b;
    --rental-text-light: #94a3b8;
    --rental-text-on-dark: #f1f5f9;
    --rental-text-muted-dark: #cbd5e1;
    --rental-body-text: #475569;
    --rental-border: #e8e2d8;
    --rental-white: #ffffff;
    --rental-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --rental-shadow-md: 0 6px 16px -4px rgba(0, 0, 0, 0.1);
    --rental-shadow-lg: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
    --rental-shadow-xl: 0 20px 50px -10px rgba(0, 0, 0, 0.2);
    --rental-radius: 16px;
    --rental-radius-sm: 8px;
    --rental-radius-lg: 24px;
    --rental-font-heading: 'Playfair Display', Georgia, serif;
    --rental-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --rental-transition: all 0.3s ease;
}
