/*
Theme Name: Ornamae
Theme URI: https://ornamae.com
Author: Ornamae
Author URI: https://ornamae.com
Description: Ornamae — a bespoke demi-fine jewellery theme for WooCommerce. Gold, 925 silver & everyday demi, presented with a warm gold-on-ivory editorial aesthetic. Tarnish-free trust, fast-shipping promises, and conversion-focused product merchandising baked in.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ornamae
Tags: e-commerce, woocommerce, jewellery, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template
*/

/* Runtime styles live in assets/css/ornamae.css (enqueued from functions.php).
   This file carries the theme header + a safety fallback only. */

:root{
  --orn-gold:#b88a3e; --orn-gold-deep:#8f6c2e; --orn-gold-soft:#e9dcc4;
  --orn-ivory:#faf7f1; --orn-cream:#f3ece0; --orn-ink:#211b14;
  --orn-ink-soft:#5b5044; --orn-rose:#b76e79; --orn-line:#e7e0d4;
}
body{background:var(--orn-ivory);color:var(--orn-ink-soft);}
