/*
Theme Name: Siivora Blog
Theme URI: https://siivora.com
Author: Siivora
Author URI: https://siivora.com
Description: A premium, editorial WordPress blog theme for Siivora — a luxury fragrance brand. Combines luxury perfume editorial, high-end fashion magazine, and modern minimal aesthetics in matte black and champagne gold.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: siivora-blog
Tags: blog, dark, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-width-template, threaded-comments, translation-ready

Siivora Blog is a bespoke WordPress theme built for luxury fragrance
editorial content. It uses the native WordPress Posts, Categories,
Tags and Comments systems — no custom post types or fake data.
*/

:root {
	--siivora-black: #050505;
	--siivora-dark: #0d0d0d;
	--siivora-card: #121212;
	--siivora-gold: #c9a45c;
	--siivora-gold-light: #e3c985;
	--siivora-gold-soft: #a98545;
	--siivora-white: #f5f2ea;
	--siivora-muted: #a9a9a9;
	--siivora-border: rgba(201, 164, 92, 0.2);

	--siivora-radius: 2px;
	--siivora-transition: 0.35s ease;

	--font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
	--font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* Actual styling lives in assets/css/*.css, enqueued via functions.php,
   so caching / minification tools can process them independently of
   this required theme stylesheet header. */
