/*
Theme Name: The Beauty Brands — Storefront Child
Theme URI: https://www.instagram.com/thebeautybrands_/
Description: Custom child theme for The Beauty Brands by Cristina. Built on WooCommerce Storefront. Adds Lebanese governorate checkout, required phone, USD storefront styling and a custom homepage.
Author: The Beauty Brands
Version: 1.0.0
Template: storefront
Requires PHP: 8.0
Requires at least: 6.3
Text Domain: tbb-storefront-child
*/

/*
 * All real styling lives in assets/css/main.css (enqueued from functions.php).
 * This file only carries the theme header WordPress requires, plus a few
 * safe overrides that must load even if the main stylesheet is cached.
 */

:root {
	--tbb-ink: #1a1a1a;
	--tbb-bg: #ffffff;
	--tbb-soft: #f6f1ec;
	--tbb-blush: #e8c9c1;
	--tbb-blush-dark: #c98e83;
	--tbb-line: #e7e0d8;
	--tbb-muted: #7a7268;
}

body {
	background: var(--tbb-bg);
	color: var(--tbb-ink);
}
