/*
Theme Name: Gratia Girls Hostel
Theme URI: https://jivanacharya.com.np
Description: Premium accommodation theme for Gratia Girls Hostel
Version: 1.0
Author: Jivan Acharya
Author URI: https://jivanacharya.com.np
*/

/* Base Styles & Variables */
:root {
    --primary: #9c27b0;
    --primary-light: #e1bee7;
    --primary-dark: #7b1fa2;
    --secondary: #ff80ab;
    --accent: #ff4081;
    --light: #f8f9fa;
    --dark: #212529;
    --gray: #6c757d;
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --radius: 12px;
}

/* Rest of the CSS styles from the original file */