/*
Theme Name: Urban BioLab
Theme URI: https://urbanbiolab.ca
Author: Taiba Creations
Author URI: https://taibacreations.com
Description: A premium, fully custom WooCommerce eCommerce theme built for Urban BioLab — a Canadian research-grade peptide brand. Clinical white-dominant design, black typography, #FBB201 gold accent. Includes a full global design system, advanced single product system with custom fields and quantity discounts, fully restyled WooCommerce (shop/cart/checkout/account), blog, age verification, 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: urbanbiolab
Tags: e-commerce, woocommerce, custom-colors, custom-menu, translation-ready

Urban BioLab WordPress Theme, Copyright 2026 Taiba Creations
Urban BioLab 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;
}
