/*
Theme Name: samrat-restaurant
Text Domain: samrat-restaurant
Description: A refined, immersive Indian restaurant theme that presents the existing Samrat homepage without the Bluehost demo header or placeholder navigation.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
WPVibe: yes
*/

/* This file holds the WordPress theme header (above) plus truly global
 * rules only. Tailwind handles everything else.
 *
 * - Design tokens live in theme.css's @theme block.
 * - Prose + form styles live in presets.css.
 * - Layout, color, typography utilities come from Tailwind v4.
 *
 * Do NOT add component classes here (.btn-primary, .card, etc.). Use
 * Tailwind utilities in templates instead.
 */

html {
	scroll-behavior: smooth;
}

.samrat-hp {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.samrat-reservation-notice {
	border: 1px solid rgba(233, 184, 87, 0.45);
	font-size: 0.9rem;
	line-height: 1.55;
	margin-bottom: 24px;
	padding: 15px 17px;
}

.samrat-reservation-notice.success {
	background: rgba(22, 122, 74, 0.13);
	border-color: rgba(22, 122, 74, 0.48);
}

.samrat-reservation-notice.error {
	background: rgba(170, 55, 38, 0.12);
	border-color: rgba(170, 55, 38, 0.45);
}
