/*
Theme Name: Hotel Panchadhura
Theme URI: https://hotelpanchadhura.com
Author: Hotel Panchadhura
Author URI: https://hotelpanchadhura.com
Description: Premium hotel theme for Hotel Panchadhura - Luxury Stay in Bardibas, Nepal.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hotel-panchadhura
Tags: hotel, hospitality, one-page, custom-menu
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

:root {
    --primary: #8B5A2B;
    --primary-dark: #6B3F1F;
    --accent: #C8A97E;
    --accent-light: #D4B896;
    --dark: #2C1810;
    --text: #4A3728;
    --text-light: #8B7355;
    --white: #FFFFFF;
    --secondary: #F8F5F0;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.15);
    --transition: all 0.3s ease;
}