/*
Theme Name:   PārthaOS Resort Theme
Theme URI:    https://prdigitalsolutions.org
Author:       MePremJagtap | PR Digital Solutions
Author URI:   https://prdigitalsolutions.org
Description:  A high-performance, mobile-first resort booking theme. Built exclusively for the Chalo Resort ecosystem. Requires 'PārthaOS Resort Manager' plugin.
Version:      1.0.0
License:      Proprietary
Text Domain:  parthaos-resort-theme
Tags:         booking, resort, mobile-first, seo-optimized
*/

/* * CRITICAL: This theme relies on CSS Variables defined in assets/css/variables.css 
 * and structural styles in assets/css/layout.css. 
 * This file is primarily for the WP Header.
 */

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}