/*
Theme Name: Pine Lake Cabin
Theme URI: https://example.com/pine-lake-cabin
Author: Pine Lake Studio
Author URI: https://example.com
Description: A warm, editorial cabin-retreat theme built for PropertyFlow Pro. Ships with a designed home page, gallery, guest portal, reviews and booking pages that connect straight to PropertyFlow Pro's real shortcodes — no static bookings, no placeholder data.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.6
Requires Plugins: propertyflow-pro
Text Domain: pine-lake-cabin
Tags: full-site-editing-not-included, custom-colors, custom-menu, featured-images, translation-ready, block-patterns
*/

/* Actual styling lives in assets/css/main.css (enqueued via functions.php).
   This file only needs the header block above for WordPress to recognize the theme,
   plus a tiny reset so the theme still looks sane if main.css fails to load. */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
