/*
Theme Name: Xoxo Charley
Theme URI: https://example.com/xoxocharley
Author: Migration project
Author URI: https://example.com
Description: Classic WooCommerce theme rebuilt from a Shopify storefront (handmade fabric goods). Modular front page, announcement bar, mega-style shop menu, product carousels, subscription/"club" promo blocks and a pastel/floral aesthetic. Ships with placeholder content only — real products, media and copy are imported during migration.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xoxocharley
Tags: e-commerce, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, custom-colors
WC requires at least: 8.0
WC tested up to: 9.4

This theme bundles no third-party copyrighted assets. All imagery is CSS-drawn placeholder or must be supplied by the site owner.
*/

/*
 * The real styles live in assets/css/main.css (and woocommerce.css), enqueued from functions.php.
 * This file only carries the required theme header plus a minimal safety fallback.
 */

:root {
	--xc-pink: #f3c9d6;
	--xc-pink-deep: #e493ab;
	--xc-cream: #fff8f4;
	--xc-ink: #3a2f33;
}

body {
	margin: 0;
	font-family: "Nunito Sans", "Helvetica Neue", Arial, sans-serif;
	color: var(--xc-ink);
	background: var(--xc-cream);
}

a {
	color: var(--xc-pink-deep);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
