/*
Theme Name: LuxuryStay
Theme URI: https://example.com/luxurystay
Author: LuxuryStay Team
Author URI: https://example.com
Description: LuxuryStay is a premium, modern and lightweight WordPress hotel & resort booking theme. It ships with custom post types for Rooms, Offers, Testimonials, Gallery, Events, Dining, Spa and Attractions, a flexible Customizer, a booking search UI, Gutenberg/block editor support, RTL support and is fully translation ready. Built to WordPress coding standards with accessibility (WCAG 2.2), SEO (Schema.org) and performance in mind.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxurystay
Tags: hotel, booking, travel, custom-logo, custom-menu, custom-colors, featured-images, full-width-template, block-styles, wide-blocks, editor-style, translation-ready, rtl-language-support, threaded-comments, footer-widgets, blog, e-commerce
*/

/*
 * The bulk of the visual styles live in assets/css/main.css (compiled from SCSS)
 * and are enqueued through inc/enqueue.php for better performance and caching.
 * This file is required by WordPress and holds the theme header above plus a
 * handful of baseline fallbacks so the theme degrades gracefully.
 */

:root {
	--ls-primary: #0F172A;
	--ls-secondary: #C9A96E;
	--ls-accent: #2563EB;
	--ls-bg: #FFFFFF;
	--ls-text: #334155;
	--ls-radius: 14px;
	--ls-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.25);
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--ls-text);
	background: var(--ls-bg);
	line-height: 1.7;
}

a {
	color: var(--ls-accent);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--ls-primary);
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

.alignwide { max-width: 1100px; }
.alignfull { max-width: 100%; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
