/*
Theme Name: Well Within Peptides
Theme URI: https://wellwithinpeptides.com
Author: Taiba Creations
Author URI: https://taibacreations.com
Description: A premium, fully custom WooCommerce eCommerce theme built for Well Within Peptides — a research-use peptide brand for a US-based audience. Warm, soft, spa-like design with a dusty-terracotta (#B3705D) accent on cream (#FAF4F1/#EEE5E1) backgrounds, Playfair Display headings and DM Sans body text. Includes a full global design system, advanced single product system with custom fields and quantity discounts, fully restyled WooCommerce (shop/cart/checkout/account), blog, 21+/research-use age verification, a dismissible Welcome Deal popup, and a one-click demo importer.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: wellwithin
Tags: e-commerce, woocommerce, custom-colors, custom-menu, translation-ready

Well Within Peptides WordPress Theme, Copyright 2026 Taiba Creations
Well Within Peptides is distributed under the terms of the GNU GPL v2 or later.
*/

/* Base resets that must live in style.css per WP convention.
   All real design-system rules live in assets/css/*.css (enqueued in inc/enqueue.php)
   so nothing is hardcoded twice and the Customizer can override variables in one place. */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
