/*
Theme Name: Sifat Perfumes
Theme URI: https://example.com/sifat-perfumes
Author: Your Studio
Author URI: https://example.com
Description: A luxury Arabian-inspired perfume brand theme — "The Art of Invisible Jewelry." Elegant dark/gold aesthetic, fully editable via the Customizer, with WooCommerce support and a one-click demo content + product importer built in (Appearance > Import Demo Data).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sifat-perfumes
Tags: e-commerce, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready

This is the required WordPress stylesheet header. All actual styling lives in
assets/css/main.css (enqueued via functions.php) so it stays easy to edit.
*/

/* Design tokens — edit these to re-theme the whole site */
:root{
  --sifat-ink:      #0e0b0a;   /* primary background, near-black oud */
  --sifat-panel:    #1b1310;   /* raised panels / cards */
  --sifat-oud:      #2b1b14;   /* warm brown section bg */
  --sifat-gold:     #c9a85c;   /* signature accent — "the invisible thread" */
  --sifat-gold-dim: #8f7a45;
  --sifat-ivory:    #f3ede3;   /* primary text on dark */
  --sifat-copper:   #a8674a;   /* secondary accent */
  --sifat-line:     rgba(201,168,92,0.25);

  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body:    'Jost', 'Helvetica Neue', sans-serif;
  --font-eyebrow: 'Marcellus', var(--font-display);
}
