/*
Theme Name: Diamond
Theme URI: https://diamond-beauty.com
Author: Diamond Skin & Beauty
Author URI: https://diamond-beauty.com
Description: A modern, lightweight, fully bilingual (Arabic/English) WordPress theme for the Diamond Skin & Beauty online shop. Built for shared hosting performance, with a custom product catalog, WhatsApp + on-site ordering, and full SEO support.
Version: 1.0.0
Requires at least: 6.0
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: diamond
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, one-column, two-columns

Diamond WordPress Theme is released under the terms of GNU GPL.
*/

/* ===================================
   BRAND CSS CUSTOM PROPERTIES
   (overridden dynamically by inc/customizer.php)
   =================================== */
:root {
	--diamond-onyx: #0e0d0c;
	--diamond-charcoal: #1c1a18;
	--diamond-gold: #c9a15a;
	--diamond-pale-gold: #f3d9a4;
	--diamond-bronze: #9c7a3d;
	--diamond-ivory: #e8e2d6;
}

/* Actual styles are enqueued from assets/css/style.css — kept separate from this
   WordPress-required stylesheet header so the real stylesheet can be cached/versioned
   independently and this file stays tiny. */


.footer-about .custom-logo {
	max-height: 250px;
	width: auto;
}
