/*
Theme Name: Premium Bedding Home
Theme URI: https://premiumbeddinghome.com
Author: Premium Bedding Home
Author URI: https://premiumbeddinghome.com
Description: Custom lightweight WooCommerce theme for Premium Bedding Home — Lahore's premium bedding store. v3.0 rebrand: dark tech-editorial design, masked scroll reveals, marquees, numbered sections, WhatsApp ordering, COD + wallet payments, free-delivery nudges and full WooCommerce support. 100% free, no page builder required.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: premium-bedding-home
Tags: e-commerce, woocommerce, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base resets — full theme styles live in assets/css/main.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #f4efe6;
	background-color: #0a0a0b;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #e0c18d;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover {
	color: #f4efe6;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Syne', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;
	color: #f4efe6;
	line-height: 1.1;
	margin: 0 0 0.5em;
	font-weight: 700;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	left: 8px;
	top: 8px;
	z-index: 100000;
	padding: 12px;
	background: #fff;
}
