/*
Theme Name: Smoke Shop
Theme URI: https://example.com/smoke-shop
Author: Muhammad Fahad
Description: A premium, production-ready theme for local smoke and vape shops. Onyx-and-brass design, fully replaceable images and content from the WordPress admin (nothing hardcoded), WooCommerce-ready product components, gallery, testimonials, and a complete set of page templates. Branded SVG placeholders ship in every slot so the site looks finished on day one.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: smokeshop
Tags: business, e-commerce, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, blog, footer-widgets, threaded-comments, translation-ready
*/

/* -------------------------------------------------------------------------
 * style.css holds the theme header (above) plus base resets only.
 * Component styles live in assets/css/components.css and layout/chrome
 * styles in assets/css/theme.css, both enqueued from functions.php.
 * ---------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	background: #0e0e10;
	color: #ececf1;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: inherit;
}

/* Accessibility: skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100000;
	padding: 10px 16px;
	background: #c9a24b;
	color: #0e0e10;
	font-weight: 600;
	border-radius: 0 0 8px 0;
}
.skip-link:focus {
	left: 0;
}

/* WordPress required alignment + caption classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85em; color: #9a9aa3; text-align: center; }
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
