/*
Theme Name: YOMORA
Theme URI: https://example.com/yomora
Description: A luxury-minimal WooCommerce child theme for Blocksy.
Author: YOMORA
Template: blocksy
Version: 0.1.0
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.8
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yomora
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, block-styles
*/

/*
 * Design tokens are deliberately here so they load after Blocksy and are easy
 * to find. Component rules live in assets/css/yomora.css.
 */
:root {
	--yomora-black: #111111;
	--yomora-white: #ffffff;
	--yomora-gold: #c9a227;
	--yomora-gold-dark: #a98212;
	--yomora-ivory: #faf9f6;
	--yomora-muted: #6b6b6b;
	--yomora-border: #e8e5df;
	--yomora-heading-font: "Cormorant Garamond", Georgia, serif;
	--yomora-body-font: "Inter", Arial, sans-serif;
	--yomora-letter-spacing: 0.08em;
}
