/*!
Theme Name:        Broad View — Fairy Meadows
Theme URI:         https://hotelbroadview.example.com
Author:            Broad View Hotel & Resort
Author URI:        https://hotelbroadview.example.com
Description:       Cinematic "Alpine After Dark" WordPress theme for Broad View Hotel & Resort at Fairy Meadows — direct view of Nanga Parbat, the world's ninth highest mountain. 3D parallax hero, multi-step booking flow, real Google reviews carousel, custom cursor, and liquid-glass cards over a deep alpine-night palette.
Version:           2.0.0
Requires at least: 6.5
Tested up to:      6.7
Requires PHP:      8.1
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       broadview
Domain Path:       /languages
Tags:              one-column, custom-colors, custom-menu, editor-style, featured-images, translation-ready, accessibility-ready, dark-mode-only
*/

/*
 * style.css is intentionally minimal. The design system lives in:
 *   assets/css/tokens.css      design tokens (Alpine After Dark palette)
 *   assets/css/reset.css       modern reset (in @layer base)
 *   assets/css/main.css        layered components + utilities
 */

/* WP requires the theme stylesheet to load — keep it visually inert by leaving most rules to assets/css/. */
:where(html) {
  font-family: "Inter", "Source Sans 3", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-text-size-adjust: 100%;
}
