/*
Theme Name: CinderRot
Theme URI: https://cinderrot.co.uk
Author: CinderRot
Description: Alternative fashion platform theme for WooCommerce — Goth, Punk, Metal, Cyberpunk, Occult, Horror, Emo, Festival. Built for print-on-demand fulfilment via Printful.
Version: 1.2.5
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cinderrot
WC requires at least: 8.0
WC tested up to: 9.0

This file carries the theme header WordPress requires. All real
styling lives in assets/css/main.css and assets/css/woocommerce.css
(enqueued in functions.php) — this keeps the header file lightweight
and the actual design system properly organised and cacheable.
*/

:root {
	/* Core palette — carried over from the CinderRot brand system */
	--cr-bg: #f5f3ef;
	--cr-surface: #ffffff;
	--cr-surface-border: #e4e1db;
	--cr-dark: #111113;
	--cr-darker: #080809;
	--cr-ink: #0d0d0f;
	--cr-mid: #44444a;
	/* Roadmap item 153: #888891 measured 3.17-3.51:1 against --cr-bg/--cr-surface
	   at the small sizes (11-13px) this token is actually used at (badge
	   labels, breadcrumb separators, meta text) — below WCAG AA's 4.5:1 for
	   normal text. Darkened just enough to clear it with margin (~4.9-5.5:1)
	   while staying visibly more muted than --cr-mid. */
	--cr-sub: #68686b;
	--cr-red: #e63946;
	--cr-green: #16a34a;
	--cr-yellow: #d97706;

	/* Roadmap item 151 (real axe-core audit): WooCommerce core's own
	   default --wc-subtext (#767676, set by its own bundled CSS) was
	   winning the cascade over this theme's intended `.woocommerce-
	   breadcrumb { color: var(--cr-mid); }` rule, measuring only 4.09:1
	   against this theme's real --cr-bg (needs 4.5:1) — confirmed live.
	   Overriding WooCommerce's own real token here (rather than fighting
	   it with a more specific theme selector) fixes every real WooCommerce
	   component that reads --wc-subtext, not just the breadcrumb. */
	--wc-subtext: #5a5a5a;

	/* Tribe accents */
	--cr-tribe-goth: #a855f7;
	--cr-tribe-punk: #e63946;
	--cr-tribe-metal: #dc2626;
	--cr-tribe-cyberpunk: #06b6d4;
	--cr-tribe-occult: #8b5cf6;
	--cr-tribe-horror: #dc2626;
	--cr-tribe-emo: #ec4899;
	--cr-tribe-festival: #d97706;

	/* Tribe dark backgrounds */
	--cr-tribe-goth-dark: #1a0828;
	--cr-tribe-punk-dark: #1a0a00;
	--cr-tribe-metal-dark: #0a0a0a;
	--cr-tribe-cyberpunk-dark: #000a1a;
	--cr-tribe-occult-dark: #08000f;
	--cr-tribe-horror-dark: #0f0000;
	--cr-tribe-emo-dark: #0a0010;
	--cr-tribe-festival-dark: #080600;

	--cr-font-display: 'Unbounded', system-ui, sans-serif;
	--cr-font-body: 'DM Sans', system-ui, sans-serif;

	--cr-radius-sm: 8px;
	--cr-radius: 14px;
	--cr-radius-lg: 22px;
}
